#2

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(gTeam[i] == TEAM_ROBS)
    {
        GivePlayerMoney(i, 60000);
        SendClientMessage(i, -1, "{0087FF}> Rob win {FFFFFF}u received 60000$ of cash");
    }
}

SetTimer("GM", 4000, false); //This must be out of the loop
Reply


Messages In This Thread
Code - by Hunud - 27.08.2016, 15:35
Re: Code - by K0P - 27.08.2016, 15:37
Re: Code - by JakeXxX - 27.08.2016, 15:42
Re: Code - by Hunud - 27.08.2016, 15:47
Re: Code - by SickAttack - 27.08.2016, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)