20.12.2010, 18:06
Quote:
We can do that later, how much a player's life?
forward SettingPlayerTeam(killerid); public SettingPlayerTeam(killerid) { for(new playerid; playerid < 200; playerid++) SetPlayerTeam(playerid, gTeam[playerid]); return 1; } if (strcmp("/gangwar", cmdtext, true) == 0) { SetTimerEx("SettingPlayerTeam",10,1,"i",playerid); } return 1; if (strcmp("/exitdm", cmdtext, true) == 0) { ![]() ![]() } |