05.07.2007, 15:22
draco can you tell me why when a player is id 0 they get respawned if someone spawns before they login and gets kicked?
heres the kick code
heres the kick code
Код:
public OnPlayerSpawn(playerid) { if (!PLAYERLIST_authed[playerid]) { SendClientMessage(playerid,0xAA3333AA,"->Kicked: You must register using /register or login using /login before spawning"); Kick(playerid); } return 1; }