Compiling Issue - 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: Compiling Issue (
/showthread.php?tid=398051)
Compiling Issue -
JustinAn - 08.12.2012
Hey guys, I have a problem. When I compile my script. It just says my script is compiled at the bottom but the box says nothing.....
Take a look:
I'm not sure, what's done wrong? After I added in the Gas System it failed. But maybe it's not it. Cause I did a big update to my script, like about 4 systems I created. Also the .amx file is like 0 bytes and my .pwn is not 0...
I'll give you the script and I'd like a solution to this. Thanks
AMX
http://www.solidfiles.com/d/2132f1e9f5/
PWN
http://www.solidfiles.com/d/424c7d6dfc/
Re: Compiling Issue -
RenovanZ - 08.12.2012
Is the pawn compiler stop working ? if yes, that meaning your system is not work, try to fix that, may there something wrong with your script
Re: Compiling Issue -
Threshold - 08.12.2012
Just look through the gas system and see if anything is wrong, usually when the compiler picks up something wrong, instead of displaying errors/warnings, it decides to not respond and tell you that it has been compiled. If your .amx file is empty, the compiler is meant to be displaying errors. This is mostly caused by unmatched braces etc.
Re: Compiling Issue -
iSaad - 08.12.2012
Maybe un-indented code ? Or missing a bracket ? Sometimes the compiler stops working for that reasons, but,
the compiling Window stays open, just try to check if you have any missing brackets. Not sure about this though.
Re: Compiling Issue -
RajatPawar - 08.12.2012
When it usually says nothing, either something real bad is fucked up, for example, I once declared a new variable and assigned it CreateDynamicCP at the sametime, and it crashed like this. Idk why :0
Re: Compiling Issue -
Faisal_khan - 08.12.2012
Usually its coz due to a missing brace. Look up for it in the gas system.
Re: Compiling Issue -
JustinAn - 08.12.2012
Alright, I'll try looking up my gas system and look for the missing braces. Thanks guys. But I'm not sure if it's the gas system because I've made like 4 systems at a time and I only compiled when I'm done the 4 systems not 1 system at a time to compile.
Re: Compiling Issue -
JustinAn - 08.12.2012
Thanks guys! Fixed it, you guys were right. Missing braces. REP+ to all you guys for the help
Re: Compiling Issue -
Herald_Groove - 08.12.2012
You have missing files in you'r pawno directory.