Jetpack command not working
#9

yes i forgot to reply it worked

but i need a few understand as i am a rookie but i have done alot of things for my gamemod in 2 days

need understand

pawn Код:
//JETPACK
COMMAND:jetpack(playerid, params[])
{
    if(gPlayerClass[playerid] !=  JETTROOPER); [COLOR="Magenta"]Does != means that if the class isnt jettrooper u cant spawn jetpack somethin like that ? [/COLOR]
    {
        SendClientMessage(playerid, COLOR_RED, "[ERROR] {FFFFFF} Only Jettroopers can use jetpack");
    }

else if(gPlayerClass[playerid] == JETTROOPER); ([COLOR="Magenta"]==[/COLOR] [COLOR="Lime"]means that the player class is JetTrooper ?)[/COLOR]
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)