07.06.2009, 18:17
No, this script will not going to work.
Add this part
Add this part
pawn Code:
public OnPlayerSpawn(playerid)
{
SetPlayerTeamFromClass(playerid,classid);
SetPlayerToTeamColor(playerid);
return 1;
}