KillTimer (not an array or too many subscripts)
#3

make sure its
login_timer[MAX_PLAYERS]
on top of ur script

and
pawn Код:
if (!response) return Kick (playerid);  KillTimer(login_timer[playerid]);
replace aobve code with this
pawn Код:
if (!response)
{
KillTimer(login_timer[playerid]);
return Kick (playerid);  
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)