Onplayerrequestsapwn
#1

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
   if(gTeam[playerid] == NAVY)
   {
        if(PlayerInfo[playerid][Navy] == 0)
        {
            SendClientMessage(playerid,red,"Server: You are not Navy");
            return 0;
        }
    }
return 1;
}
Why this not working ?

Its still spawning in that class
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)