Hallo community,
wenn ich Payday habe bekomme ich keine Zinsen denn mein ganzes Bankkonto wird geplündert...
Ich finde den fehler nicht...
Ich hoffe ihr könnt mir helfen...
Code:
new tmpintrate;
if(SInfo[playerid][pDonator] > 0)
{
tmpintrate = intrate+4;
}
else
{
tmpintrate = intrate+6;
}
new account,interest;
SInfo[playerid][pBankAccount] = account+interest;
interest = (SInfo[playerid][pBankAccount]/1000)*(tmpintrate);
LG
Moritz