27.08.2016, 15:35
Is that code ok? Can i make it better? Because SCMToAll spamming chat
Код:
for(new i=0;i<MAX_PLAYERS;i++)
{
if(gTeam[i] == TEAM_ROBS)
{
GivePlayerMoney(i, 60000);
SetTimer("GM", 4000, false);
SCMToAll(-1, "{0087FF}> Rob win {FFFFFF}u received 60000$ of cash");
}


