Ant-Teamkill doesn't work all the time..
#4

This was in the usefull snipets section and was posted by Seif who is a well known memeber of this community,it works great for me

Код:
// 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;
}
Reply


Messages In This Thread
Ant-Teamkill doesn't work all the time.. - by _Vortex - 01.09.2009, 20:35
Re: Ant-Teamkill doesn't work all the time.. - by Flo_White - 01.09.2009, 20:41
Re: Ant-Teamkill doesn't work all the time.. - by _Vortex - 01.09.2009, 20:44
Re: Ant-Teamkill doesn't work all the time.. - by dkorolenchuk - 01.09.2009, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)