help with (GiveTeamsScore)
#3

Код:
stock GiveTeamScore(teamid, score)
{
	for(new i; i < MAX_PLAYERS; i++)
	{
		if(Team[i] = teamid)
		{
			SetPlayerScore(i, GetPlayerScore(i) + score);
		}
	}
}
Change the team var. Add this to the bottom of your GM.
Reply


Messages In This Thread
help with (GiveTeamsScore) - by BlacKxStory - 02.02.2012, 23:26
Re: help with (GiveTeamsScore) - by Ballu Miaa - 02.02.2012, 23:32
Re: help with (GiveTeamsScore) - by Snipa - 02.02.2012, 23:43
Re : help with (GiveTeamsScore) - by BlacKxStory - 03.02.2012, 00:01
Re: help with (GiveTeamsScore) - by Snipa - 03.02.2012, 00:28
Re: help with (GiveTeamsScore) - by Ballu Miaa - 03.02.2012, 00:34
Re : help with (GiveTeamsScore) - by BlacKxStory - 03.02.2012, 00:42
Re: Re : help with (GiveTeamsScore) - by Ballu Miaa - 03.02.2012, 00:44
Re : help with (GiveTeamsScore) - by BlacKxStory - 03.02.2012, 11:01

Forum Jump:


Users browsing this thread: 2 Guest(s)