Adding to zGaming script few things (Made by iRage)
#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


Messages In This Thread
Adding to zGaming script few things (Made by iRage) - by BoomShnizel - 01.08.2012, 09:44
Re: Adding to zGaming script few things (Made by iRage) - by BoomShnizel - 01.08.2012, 14:46
Re: Adding to zGaming script few things (Made by iRage) - by Memoryz - 01.08.2012, 14:52
Re: Adding to zGaming script few things (Made by iRage) - by BoomShnizel - 02.08.2012, 06:05

Forum Jump:


Users browsing this thread: 1 Guest(s)