help with (GiveTeamsScore)
#6

Quote:
Originally Posted by Snipa
Посмотреть сообщение
What's so hard to understand about it?
For some it is so hard lol :S Relax mate!
pawn Код:
stock GiveTeamScore(teamid, score) // Try this code
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(gTeam[i] = teamid)
        {
            SetPlayerScore(i, GetPlayerScore(i) + score);
        }
    }
}
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: 10 Guest(s)