Problem with giveplayermoney - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with giveplayermoney (
/showthread.php?tid=349203)
Problem with giveplayermoney -
San1 - 08.06.2012
C:\Users\Adrian\Documents\Server LVCNR\gamemodes\LV-CNR.pwn(3816) : error 029: invalid expression, assumed zero
C:\Users\Adrian\Documents\Server LVCNR\gamemodes\LV-CNR.pwn(3816) : warning 215: expression has no effect
C:\Users\Adrian\Documents\Server LVCNR\gamemodes\LV-CNR.pwn(3816) : error 001: expected token: ";", but found ")"
C:\Users\Adrian\Documents\Server LVCNR\gamemodes\LV-CNR.pwn(3816) : error 029: invalid expression, assumed zero
C:\Users\Adrian\Documents\Server LVCNR\gamemodes\LV-CNR.pwn(3816) : fatal error 107: too many error messages on one line
them errors over this
Code:
new FinalBankPrice = floatround(Price, floatround_ceil);
GivePlayerMoney(playerid, +FinalBankPrice);
some how can i fix it
Re: Problem with giveplayermoney -
Konstantinos - 08.06.2012
What's that?