25.03.2010, 15:49
how can i make that the class available for only 1 player like Protect The President?
public OnPlayerRequestSpawn(playerid)
{
for(new p <= 0++; p < GetMaxPlayers(); p++)
{
if(2 > gTeam[p] == TEAM > gTeam[p] == TEAM > gTeam[p] == TEAM > gTeam[p] == TEAM > gTeam[p] == TEAM)
{
SendClientMessage(playerid,COLOR_, " ");
return 0;
}
}
return 1;
}