Give score to all players in team?
#2

pawn Код:
stock GiveTeamScore(gTeamVariable, scoreamount)
{
    for(new i; i < MAX_PLAYERS; i++) if(gTeam[i] == gTeamVariable) SetPlayerScore(i, GetPlayerScore(i) + scoreamount);
    return 1;
}
There ya go.
Reply


Messages In This Thread
Give score to all players in team? - by Admigo - 12.08.2011, 11:54
Re: Give score to all players in team? - by [HiC]TheKiller - 12.08.2011, 11:56
Re: Give score to all players in team? - by Admigo - 12.08.2011, 12:01
Re: Give score to all players in team? - by [HiC]TheKiller - 12.08.2011, 12:04
Re: Give score to all players in team? - by Admigo - 12.08.2011, 12:05
Re: Give score to all players in team? - by emokidx - 12.08.2011, 12:06
Re: Give score to all players in team? - by Admigo - 12.08.2011, 12:07
Re: Give score to all players in team? - by MadeMan - 12.08.2011, 12:17
Re: Give score to all players in team? - by [HiC]TheKiller - 12.08.2011, 12:18
Re: Give score to all players in team? - by Admigo - 12.08.2011, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)