09.06.2009, 05:33
pawn Код:
if(gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid,COLOR_RED,"You must registered or logged in before spawning!");
ForceClassSelection(playerid);//This will force the class selection so until they log in they cant spawn
}