Giving the whole team something...
#4

pawn Код:
GiveTeamMoney(teamid, amount) {
      foreach(Player, i)
      {
             if(GetPlayerTeam(i) == teamid) GivePlayerMoney(i, amount);
      }
}
Reply


Messages In This Thread
Giving the whole team something... - by cloudysky - 12.07.2011, 21:05
Re: Giving the whole team something... - by Cypress - 12.07.2011, 21:08
Re: Giving the whole team something... - by cloudysky - 12.07.2011, 21:16
Re: Giving the whole team something... - by jameskmonger - 12.07.2011, 21:21
Re: Giving the whole team something... - by Roko_foko - 12.07.2011, 21:23
Re: Giving the whole team something... - by SchurmanCQC - 12.07.2011, 21:25
Re: Giving the whole team something... - by Cypress - 12.07.2011, 21:27

Forum Jump:


Users browsing this thread: 2 Guest(s)