Unsupported P-Code help. - 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: Unsupported P-Code help. (
/showthread.php?tid=585810)
Unsupported P-Code help. -
NickMirra - 16.08.2015
Hello, i'm fairly new to mysql and ive been trying to learn with it, i go to start my server and i get this.
I don't know if it is with mysql or not.
[14:26:40] Script[gamemodes/ig-rp.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[14:26:40] Failed to load 'gamemodes/ig-rp.amx' script.
[14:26:40] Number of vehicle models: 0
Re: Unsupported P-Code help. -
Abagail - 16.08.2015
Unsupported P-code errors usually result from pre-maturely terminated compilations, error'ed compilations or just a corrupt .amx file, recompiling your script should fix the issue.
Re: Unsupported P-Code help. -
NickMirra - 16.08.2015
When i try to compile the pawn cc goes non responding then says its stopped working.
Re: Unsupported P-Code help. -
Abagail - 16.08.2015
Most likely the compiler crashed. This can be caused by compiler bugs, missing brackets, etc, you can find some more information here:
https://sampforum.blast.hk/showthread.php?tid=570960