24.01.2012, 21:46
Quote:
pawn Код:
You can remove the "++" within the if statement if doing so since it can bug. |
pawn Код:
public OnPlayerConnect(playerid)
{
if(!IsPlayerAdmin(playerid)) if(playerid == MAX_PLAYERS-1) Kick(playerid);
return 1;
}