error 029 / 001 / 017
#1

What is wrong with this

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)