08.04.2011, 17:24
make a variable for example
under all includes...
and if you tele the player into the bankset the variable to 1
now you need to check if the player is in the bank
pawn Код:
new InBank[MAX_PLAYERS];
and if you tele the player into the bankset the variable to 1
pawn Код:
InBank[playerid] =1;
pawn Код:
if(InBank[playerid] == 1)