E' sicuramente un problema nel salvataggio, prova a postare il codice.
new wstring[256];
new randcheck = 8 + random(20);
new interest = (PlayerInfo[pBank]/1000)*(intrate);
new bonus = PlayerInfo[pPayCheck];
new newbank = PlayerInfo[pBank] + interest;
new randtax = 4+ random(11);
SendClientMessage(i,COLOR_YELLOW,"____________________________________________________");
SendClientMessage(i,COLOR_LIGHTYELLOW2," PayDay: ");
format(wstring, sizeof(wstring), "~y~PayDay~n~~w~Paycheck: ~g~%d",randcheck + bonus);
GameTextForPlayer(i, wstring, 5000, 1);
format(wstring, sizeof(wstring), "PayCheck: $%d, Bonus: $%d.", randcheck, bonus);
SendClientMessage(i,COLOR_LIGHTYELLOW2, wstring);
format(wstring, sizeof(wstring), "Bilancio: $%d, Interessi Maturati: $%d, Nuovo Bilancio: $%d, Interessi: 0.%d percento.", PlayerInfo[pBank], interest, newbank,intrate);
SendClientMessage(i,COLOR_LIGHTYELLOW2, wstring);
format(wstring, sizeof(wstring), "Tasse Governali: $%d.", randtax);
if(CopOnDuty == 1)
Noi e terze parti selezionate utilizziamo cookie o tecnologie simili per finalità tecniche e, con il tuo consenso, anche per altre finalità come specificato nella cookie policy. Usa il pulsante “Accetta” per acconsentire l'utilizzo di tutti i cookies. In alternativa puoi fare clic sul pulsante “Continua senza accettare” per negare il consenso o su "Gestisci le tue preferenze" per accedere a informazioni più dettagliate e modificare le tue preferenze prima di acconsentire.