Jump 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.

Geld geven ...?

Ik wil dit script gebruiken maar als dat in me script zit crasht me pawno..?

if(strcmp(cmdtext, "/gatecopen", true) == 0

MoveObject(Adoor1,283.144989, 1954.091675, 5.862511,1);

return 1;

}

if(strcmp(cmdtext, "/gatecclose", true) == 0 && padmin[playerid] > 2){

MoveObject(Adoor1,283.144989, 1954.091675, 15.862511,1);

return 1;

}

if(strcmp(cmdtext, "/gatedopen", true) == 0 && padmin[playerid] > 2){

MoveObject(Adoor2,283.198975, 1987.987793, 5.887518,1);

return 1;

}

if(strcmp(cmdtext, "/gatedclose", true) == 0 && padmin[playerid] > 2){

MoveObject(Adoor2,283.198975, 1987.987793, 15.887518,1);

return 1;

}

if(strcmp(cmdtext, "/gateeopen", true) == 0 && padmin[playerid] > 2){

MoveObject(Adoor3,283.200348, 2021.974731, 5.937517,1);

return 1;

}

if(strcmp(cmdtext, "/gateeclose", true) == 0 && padmin[playerid] > 2){

MoveObject(Adoor3,283.200348, 2021.974731, 15.937517,1);

return 1;

}

if(strcmp(cmdtext, "/gate", true) == 0 && padmin[playerid] > 2){

SendClientMessage(playerid, COLOR_WHITE, "* USAGE: /gate [c/d/e] [open/close] !!!DONT USE SPACE!!!");

return 1;

}

Edited by quincy225

Featured Replies

Huh? pawno crashen?

  • Author

Het is al gelukt via msn met hulp van Simbad ;) bedankt!

-Ja dan dan zrgt ie raport verzenden / raport niet verzenden

Volgensmij ben je het haakje bij /gatecopen vergeten:

if(strcmp(cmdtext, "/gatecopen", true) == 0  {  // <<<deze
MoveObject(Adoor1,283.144989, 1954.091675, 5.862511,1);
return 1;
}

P.s. Als je een probleem dat je hier hebt gepost ergens anders hebt opgelost, is het wel zo netjes, handig om ons te vertellen wat nou het probleem was. Zo kunnen wij er ook nog wat van leren ;)

Edited by Sandra18[NL]

ja het was inderdaad het haakje sandra :puh: (Oh nee,, Acolade, of hoe je dat schrijft :puh: )

Edited by Simbad

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.

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.