20.12.2010, 20:57
OK thank you so here it is :
Is it here?
I want do 2 max only for bodyguard ...
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(count > 2) return GameTextForPlayer(playerid,"~r~There are already 2 people on this team",5000,5);
if(gTeam[playerid] == BODYGUARD)
{
count++;
}
return 1;
}
I want do 2 max only for bodyguard ...