What is an identifier?
Sorry, I'm a beginner in scripting and I don't know what an identifier is.
Can someone tell me because I get many errors when trying to compile someone's plugin that I edited. Errors are below. /home/groups/amxmodx/tmp3/php2g3BhC.sma(35 -- 36) : error 001: expected token: ",", but found "-identifier-" /home/groups/amxmodx/tmp3/php2g3BhC.sma(36 -- 37) : error 001: expected token: ",", but found "-identifier-" /home/groups/amxmodx/tmp3/php2g3BhC.sma(37 -- 38) : error 001: expected token: ",", but found "-identifier-" /home/groups/amxmodx/tmp3/php2g3BhC.sma(37 -- 38) : fatal error 107: too many error messages on one line |
Re: What is an identifier?
post your enitre code
|
Re: What is an identifier?
Next time post your better in [C O D E] or [S M A L L] tags ;)
Your problem is here: Code:
p_enable = register_cvar("sm_enable", "1");You have forgotten the closing brackets ");" on some lines... The indentifier is the next variable which is seen by the compiler....but he don't want to see a variable. he would like to see an ending bracket ;) greetz regalis |
| All times are GMT -4. The time now is 10:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.