01.07.2009, 02:29
Код:
// 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; } i found this from seif