14.01.2011, 10:06
Hello,
I'm working on a simple calculation. But I cannot get it work in a variable.
I tried the following methods. All the time I will get an argument mismatch error/warning if I use the variable at 'GivePlayerMoney'.
I also tried braces.
I also tried format, didn't work out.
I'm working on a simple calculation. But I cannot get it work in a variable.
I tried the following methods. All the time I will get an argument mismatch error/warning if I use the variable at 'GivePlayerMoney'.
pawn Код:
new Calculation = COwnerData[i][Price] * 0.85;
pawn Код:
new Float:Calculation = COwnerData[i][Price] * 0.85;