SA-MP Forums Archive
Code does not compile... - 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: Code does not compile... (/showthread.php?tid=663832)



Code does not compile... - XpoZzA - 12.02.2019

Hello, I've tried adding some stuff to my code, and now it does not compile- and I have no idea why, I've looked into some of those programs that check for open/closed brackets, and I have a 1:1 ratio of open/closed brackets...
Picture



It says in the bottom-left corner, "File 'ad.pwn' has been compiled to 'ad.amx', but when trying to start my server-
- I'm getting a runtime error 17, saying "Invalid/unsupported P-code file format"


Re: Code does not compile... - XpoZzA - 12.02.2019

Quote:
Originally Posted by ******
Посмотреть сообщение
So try removing that stuff again and adding it back in slowly until you identify the problem. Or better yet, use the updated compiler, which has fixed many crashes:

https://github.com/pawn-lang/compiler/releases
I've updated the compiler, it's so much better now. I can actually see my errors now, thank you very much ******