02.04.2012, 14:24
I saw your code looks like there is a Logged variable declare wich is good,do this:
pawn Код:
public OnPlayerSpawn(playerid)
{
if(Logged[playerid]==0) Kick(playerid); //if the player "logged in" without typing any password gets kicked
return 1;
}