Requesting quick and informational 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: Requesting quick and informational Help (
/showthread.php?tid=374163)
Requesting quick and informational Help -
Joshy_Elite - 01.09.2012
I have a problem with my script on pawn-o.It compiles but its force closes,and the .amx size is 0.How do i fix this?
Code:
[18:30:13] Script[gamemodes/EliteWorld.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[18:30:13] Failed to load 'gamemodes/EliteWorld.amx' script.
[18:30:13] Number of vehicle models: 0
Re: Requesting quick and informational Help - HuSs3n - 02.09.2012
Maybe you have a missing plugin
Re: Requesting quick and informational Help -
Joshy_Elite - 02.09.2012
are you sure?
Re: Requesting quick and informational Help -
Don_Cage - 02.09.2012
i have the same problem
Re: Requesting quick and informational Help -
Avi57 - 02.09.2012
Lol Same topic !
Heres Other :
https://sampforum.blast.hk/showthread.php?tid=374181
Re: Requesting quick and informational Help -
nickdodd25 - 02.09.2012
Quote:
Originally Posted by Joshy_Elite
I have a problem with my script on pawn-o.It compiles but its force closes,and the .amx size is 0.How do i fix this?
Code:
[18:30:13] Script[gamemodes/EliteWorld.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[18:30:13] Failed to load 'gamemodes/EliteWorld.amx' script.
[18:30:13] Number of vehicle models: 0
|
Well from what i gather from what you said, the error code you have, and from past experience is your compiler is crashing and not fully compiling you gamemode. I guess comment out parts of code to find whats making it crash. Or comment out the newest code you made.