SA-MP Forums Archive
[HELP] Errors - 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: [HELP] Errors (/showthread.php?tid=500734)



[HELP] Errors - Tadas - 14.03.2014

Hello, When I compiling my GM file I get these errors:
pawn Код:
error 029: invalid expression, assumed zero
error 004: function "OnPlayerClickPlayer" is not implemented
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 004: function "OnVehicleDamageStatusUpdate" is not implemented
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 017: undefined symbol "cuff"
error 029: invalid expression, assumed zero
error 017: undefined symbol "cuff"
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 017: undefined symbol "Objektutikrin"
error 029: invalid expression, assumed zero
error 017: undefined symbol "Objektutikrin"
warning 225: unreachable code
As I understand these errors related with added callback's.
But I can't find the problem.


Re : [HELP] Errors - S4t3K - 14.03.2014

You forgot a } somewhere in your script.

Good luck to find it.


Re: Re : [HELP] Errors - Tadas - 14.03.2014

Quote:
Originally Posted by S4t3K
Посмотреть сообщение
You forgot a } somewhere in your script.

Good luck to find it.
Thanks I find it