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.

he

ik heb ook een command gemaakt waar je mee gaat parachute springen

ik heb dit :

if(strcmp(cmdtext, "/jump", true)==0) {

SetPlayerPos(playerid,2072.20,1537.37,1309.60);

GivePlayerWeapon(playerid,46);

return 1;

}

en heb deze foutmelding :

C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\caren.pwn(1047) : warning 202: number of arguments does not match definition

wat moet ik doen :?

Featured Replies

maak er dit van

if(strcmp(cmdtext, "/jump", true)==0) {

GetPlayerPos(playerid, X, Y, Z);

SetPlayerPos(playerid, X, Y, Z+1000);

GivePlayerWeapon(playerid, 46, 0);

GameTextForPlayer(playerid, "~B~Vallen!!!", 6000, 5);

return 1;

}

hiermee kun je altijd gaan parashute springen overal waar je ook bent

Ltrs DarkplayeR

Anders geef je hem ook even een werkende versie..?

new Float:X, Float:Y, Float:Z;

Voeg dit onder de strcmp() toe.

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.