open.mp forum
[Pawn] Invalid expression - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Invalid expression (/showthread.php?tid=863)



Invalid expression - Viola - 2019-11-06

I have a problem when converting FS:



PHP Code:
filterscripts\vc_minimap.pwn(52) : error 029invalid expressionassumed zero 



That's this line:





PHP Code:
PlayerText:pVcMinimapTextdraws[MAX_PLAYERS][3] = ?{{ PlayerText:INVALID_TEXT_DRAW, ...}, ...}, 



RE: Invalid expression - Tomas - 2019-11-07

Can't see anything wrong with the line of code you gave