Help me please thanks
#5

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


Messages In This Thread
Help me please thanks - by lilstuh - 30.06.2009, 01:04
Re: Help me please thanks - by Grim_ - 30.06.2009, 01:16
Re: Help me please thanks - by Kenny990 - 30.06.2009, 01:19
Re: Help me please thanks - by lilstuh - 01.07.2009, 02:26
Re: Help me please thanks - by Mr_Finnigan - 01.07.2009, 02:29
Re: Help me please thanks - by lilstuh - 01.07.2009, 02:52

Forum Jump:


Users browsing this thread: 4 Guest(s)