SA-MP Forums Archive
Simple nonsense - 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: Simple nonsense (/showthread.php?tid=520812)



Simple nonsense - Dziugsas - 20.06.2014

Hello guys!

I have errors:

Код:
rrp.pwn(679) : warning 215: expression has no effect
rrp.pwn(679) : error 001: expected token: ";", but found ")"
rrp.pwn(679) : error 029: invalid expression, assumed zero
rrp.pwn(679) : fatal error 107: too many error messages on one line
Код:
GivePlayerMoney(playerid,+inputtext[10]);



Re: Simple nonsense - Laurey - 20.06.2014

Why have you assigned a value to inputtext, thats causing the error, also the "+" is not need it is automatically adding unless added a "-" symbol.
pawn Код:
GivePlayerMoney(playerid, inputtext);