About JetPack...
#1

i'm creating /getjetpack. i created

pawn Код:
IsPlayerInJetPack[MAX_PLAYERS];

/* JetPack Command */

if(IsPlayerInJetPack[playerid] == 1) return //message goes here
IsPlayerInJetPack[playerid] = 1;
the problem is i want when player leaves jetpack. IsPlayerInJetPack[playerid] will set to 0 i trying to make it onplayerkey but i'm sure everytime i press leave key (even i didn't leave in jetpack yet) the system will set the IsPlayerInJetPack to 0.
Reply


Messages In This Thread
About JetPack... - by MasterJoker - 28.01.2012, 04:11
Re: About JetPack... - by Ballu Miaa - 28.01.2012, 04:36
Re: About JetPack... - by MasterJoker - 28.01.2012, 04:38
Re: About JetPack... - by Ballu Miaa - 28.01.2012, 04:48
Re: About JetPack... - by MasterJoker - 28.01.2012, 04:54
Re: About JetPack... - by [ABK]Antonio - 28.01.2012, 04:56
Re: About JetPack... - by MasterJoker - 28.01.2012, 04:58
Re: About JetPack... - by =WoR=Varth - 28.01.2012, 04:59
Re: About JetPack... - by Ballu Miaa - 28.01.2012, 04:59
Re: About JetPack... - by MasterJoker - 28.01.2012, 05:13

Forum Jump:


Users browsing this thread: 2 Guest(s)