Error - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error (
/showthread.php?tid=154737)
Error -
greekboy - 15.06.2010
hi i have a error which i dunno how to fix the error says:
invalid expression, assumed zero
and the line its sayin the error on is:
stock DelPrint(string1[])
Re: Error -
[XST]O_x - 15.06.2010
I'm not sure,but try:
pawn Код:
stock DelPrint(const string1[])
Re: Error -
greekboy - 15.06.2010
doesnt work still has same error
Re: Error -
DJDhan - 15.06.2010
That is not the error line. It's the line either above or below it. If you could show the stock function and some lines above it, it will help us help you.