ERRORS - 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: ERRORS (
/showthread.php?tid=482774)
ERRORS -
armando112 - 22.12.2013
HI ! Some error...
pawn Код:
D:\dsg\dsg3.8\pawno\include\PPC_PlayerCommands.inc(7618 -- 7676) : error 029: invalid expression, assumed zero
D:\dsg\dsg3.8\pawno\include\PPC_PlayerCommands.inc(7676) : error 029: invalid expression, assumed zero
D:\dsg\dsg3.8\pawno\include\PPC_PlayerCommands.inc(7676) : warning 215: expression has no effect
D:\dsg\dsg3.8\pawno\include\PPC_PlayerCommands.inc(7676) : error 001: expected token: ";", but found "]"
D:\dsg\dsg3.8\pawno\include\PPC_PlayerCommands.inc(7676) : fatal error 107: too many error messages on one line
Lines:
pawn Код:
if(PlayerInfo[playerid][pCash] >= 10000)
Re: ERRORS -
CutX - 22.12.2013
could you show us the code 1 line above this
if(PlayerInfo[playerid][pCash] >= 10000)
please?
Re: ERRORS -
TheOriginal1337 - 22.12.2013
Well basicly there is somewhere a ";" missing.
I don't know where because you only showed us 1 line.