Jetpack script
#4

If you want the "you don't have 3 score" message to be true then:

pawn Код:
if(strcmp("/jetpack", cmdtext, true) == 0)
{
    if(GetPlayerScore(playerid) >= 3)
    {
        SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
    }
    else
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "you don't have 3 score");
    }
    return 1;
}
Reply


Messages In This Thread
Jetpack script - by KINGINA - 17.09.2012, 17:54
Re: Jetpack script - by hittt - 17.09.2012, 17:56
Re: Jetpack script - by KINGINA - 17.09.2012, 17:59
Re: Jetpack script - by iTorran - 17.09.2012, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)