forward Imposto(playerid);SetTimer("Imposto",60000,1);public Imposto(playerid){ if(DOF2_GetInt(DirEmp,"TemDono") == 1) { for(new i = 0; i < MAX_PLAYERS; i++) { GivePlayerMoney(i,-quantia); } } return 1;}