21.08.2009, 13:44
Quote:
Originally Posted by will_92
How would i disable the player on spawning before he registers?, like what command or function can i use for that ?
|
public OnPlayerSpawn(playerid)
Код:
if(gPlayerLogged[playerid] == 0) { Kick(playerid); }