Jetpack command not working
#4

Quote:
Originally Posted by JimmyCh
Посмотреть сообщение
Do not bump after an hour.
Anyway, use this:
pawn Код:
SetPlayerSpecialAction(playerid,2);
SPECIAL_ACTION_USEJETPACK is defined as 2, nothing changes..

pawn Код:
COMMAND:jetpack(playerid, params[])
{
    if(gPlayerClass[playerid] != JETTROOPER) return SendClientMessage(playerid, COLOR_RED, "[ERROR] {FFFFFF} Only Jettroopers can use jetpack");
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE_JETPACK);
    SendClientMessage(playerid, COLOR_RED, "{C3C3C3}[SERVER] {FFFFFF}You have successfully spawned a jetpack");
    return 1;
}
Reply


Messages In This Thread
Jetpack command not working - by FireWarrior101 - 01.08.2013, 16:28
Re: Jetpack command not working - by FireWarrior101 - 01.08.2013, 17:38
Re: Jetpack command not working - by JimmyCh - 01.08.2013, 17:41
Re: Jetpack command not working - by Konstantinos - 01.08.2013, 17:48
Re: Jetpack command not working - by FireWarrior101 - 01.08.2013, 17:55
Re: Jetpack command not working - by JimmyCh - 01.08.2013, 17:56
Re: Jetpack command not working - by Konstantinos - 01.08.2013, 17:57
Re: Jetpack command not working - by Chrisis - 01.08.2013, 18:08
Re: Jetpack command not working - by FireWarrior101 - 01.08.2013, 19:20
Re: Jetpack command not working - by Necip - 01.08.2013, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)