SA-MP Forums Archive
error 029 / 001 / 017 - 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: error 029 / 001 / 017 (/showthread.php?tid=574656)



error 029 / 001 / 017 - GeneralPhoeniX - 19.05.2015

What is wrong with this

PHP код:
error 029invalid expressionassumed zero
error 001
expected token","but found ";"
error 017undefined symbol "ALS_C_GameModeInit" 



Re: error 029 / 001 / 017 - Banana_Ghost - 19.05.2015

error 029: invalid expression, assumed zero - It's an invalid expression, meaning there's something wrong with it.
error 001: expected token: ",", but found ";" You placed a ; instead of a ,
error 017: undefined symbol "ALS_C_GameModeInit" This isn't defined.
If you want some help with it, you gotta post the code that's giving you the problems.