Adding to zGaming script few things (Made by iRage)
#1

Hey, i am using zGaming script, and i wanted to add few commands, that i dont know how to:

/pveh [slot 1-2] (creating a vehicle that will be owned by a player)

/getpos (getting the chords you are on)

/gotopveh [slot 1-2] (going to player's vehicle

/getherepveh [slot 1-2] (Bringing to you a player's vehicle

/jetpack [player] (giving a player jetpack)

/stopspec (stop spectating, I didnt find a commands like this in zGaming's script)
and i think thats it, If you can help me with scripting them so they will fit to zGaming script i will be greatful!!! THANKS
Reply
#2

Oh, and /destroypveh [slot 1-2] (Destroying a player's vehicle)
Reply
#3

Not sure if it uses STRCMP commands or ZCMD, but here is a strcmp for the jetpack.

pawn Code:
if(strcmp(cmd, "/jetpack", true) == 0)
{
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
    return 1;
}
Reply
#4

Not working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)