Skip to content
View in the app

A better way to browse. Learn more.

GTAGames.nl - De Nederlandse Grand Theft Auto Community!

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ranksysteem maken

EDIT: Het ranksysteem is opgelost, ik heb nog een andere vraag:

ik gebruik dit: (Klik)

ik typ /carmenu, ik kies de categorie maar daarna komt er niks?

wie kan me daarmee helpen?

ik heb trouwens hetzelfde probleem met het XtremeAdmin systeem (2.2 volgensmij)

als ik /giveme doe dan komt er een lijst met voertuigen maar als ik er op klik, geen reactie.

zou het aan mijn SA-MP of pc kunnen liggen?

Edited by willemnz

Featured Replies

ik heb hem nu ook gedownload om te kijken of het aan het script of aan je pc lag, maar ik heb idd precies hetzelfde zoals jij beschrijf, je selecteer een categorie en boem, weg dialog.

ik ga even het script nakijken en als ik iets vind zet ik het zo in DEZE post neer.

edit: zie post beneden :puh:

Edited by Morph1

Oplossing staat reeds in het topic op het SA-MP forum;

I tested this in othe servers and its great, but in my server whenver i choose any option the menu just closes...what im missing? D=

Make sure none of your other filterscript or your gamemode returns 1 at the end of OnDialogResponse

OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == BLABLABLA)
   {
       return 1;
   }
   return 1; // WRONG
}

OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == BLABLABLA)
   {
       return 1;
   }
   return 0; // CORRECT
}

  • Author

Oplossing staat reeds in het topic op het SA-MP forum;

I tested this in othe servers and its great, but in my server whenver i choose any option the menu just closes...what im missing? D=

Make sure none of your other filterscript or your gamemode returns 1 at the end of OnDialogResponse

OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == BLABLABLA)
   {
       return 1;
   }
   return 1; // WRONG
}

OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == BLABLABLA)
   {
       return 1;
   }
   return 0; // CORRECT
}

het enige script dat ik tot nu toe heb geïnstalleerd (server opnieuw begonnen) is Xtremeadmin, ik ga er ook nu vehicle control dinges bij zetten. kijken of het werkt.

EDIT:: Allebei doen ze het nu, bedankt voor het helpen.

Edited by willemnz

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.