22.07.2009, 14:55
Take out SpawnPlayer(playerid);
And go into OnPlayerRequestSpawn
add this under it,
And go into OnPlayerRequestSpawn
add this under it,
pawn Код:
if(PLAYERLIST_authed[playerid] == 0)
{
SendClientMesssage(playerid,COLOR_RED,"You need to login before you spawn ! Use '/login <password>'");
return 0;
}