warn problem
#2

make a variable for example
pawn Код:
new InBank[MAX_PLAYERS];
under all includes...

and if you tele the player into the bankset the variable to 1
pawn Код:
InBank[playerid] =1;
now you need to check if the player is in the bank
pawn Код:
if(InBank[playerid] == 1)
Reply


Messages In This Thread
warn problem - by Gangasta300 - 08.04.2011, 17:19
AW: warn problem - by xerox8521 - 08.04.2011, 17:24
Re: warn problem - by Gangasta300 - 08.04.2011, 17:32
AW: warn problem - by xerox8521 - 08.04.2011, 17:36
Re: warn problem - by Kitten - 08.04.2011, 17:38
Re: warn problem - by Gangasta300 - 08.04.2011, 17:43
Re: warn problem - by PCheriyan007 - 08.04.2011, 17:47
Re: warn problem - by Gangasta300 - 08.04.2011, 17:49
Re: warn problem - by Gangasta300 - 08.04.2011, 18:06
Re: warn problem - by [OC]Zero - 08.04.2011, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)