20.09.2009, 13:55
I'm (guessing) theres a way to do this with "OnPlayerUpdate"
Heres my GUESS, its not tested.
Heres my GUESS, its not tested.
pawn Код:
public OnPlayerUpdate
{
if(GetPlayerInterior(playerid)) = INTERIORID
{
Inbank[playerid] = 1;
return 1;
}
}