public AtualizarGrana(){ for(new i;i<MAXPLAYERS;i++) { ResetPlayerMoney(i); GivePlayerMoney(i, GetPlayerMoneyEx(i)); }}