20.06.2009, 23:39
Код:
// top of your gamemode forward SettingPlayerTeam(); //OnPlayerConnect SetTimerEx("SettingPlayerTeam",10,1,"d",playerid); //Bottom of your script public SettingPlayerTeam() { for(new playerid; playerid < 200; playerid++) SetPlayerTeam(playerid, gTeam[playerid]); return 1; }