SA-MP Forums Archive
Pawno not responding. - 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: Pawno not responding. (/showthread.php?tid=532144)



Pawno not responding. - Banditukas - 16.08.2014

Hi,

I'am compiling my gamemode, and it not responding. There need to wait more, or there never compile?


Re: Pawno not responding. - Virtual1ty - 16.08.2014

There's probably an error in your code which hangs the compiler.


Re: Pawno not responding. - Banditukas - 16.08.2014

And how i need to find it?


Re: Pawno not responding. - Virtual1ty - 16.08.2014

That's always the tricky part. If you're so lucky try and remember what was the last thing you changed/added and maybe you find it...


Re: Pawno not responding. - Banditukas - 16.08.2014

But there is no other way?


Re: Pawno not responding. - Virtual1ty - 16.08.2014

None that I know of, there might be a list of things that's known to "crash" or "hang" the compiler somewhere out there... That's why making regular backups is advised!


Re: Pawno not responding. - Clad - 16.08.2014

There are two ways here, Try to re-compile and wait for about 5 minutes, After that, Go to the Comiling window and double click on it, Tell me if that will " Pawno doesn't respond " or you will have the cursor in the window.


Re: Pawno not responding. - Banditukas - 16.08.2014

Not responding


Re: Pawno not responding. - caoraivoso3 - 16.08.2014

Probably is something wrong with your code, try to delete the last change you did, already hapening to me and i fix that way, well delete to find the error then fix it by put { or a } if needed or another sintax error.


Re: Pawno not responding. - Blademaster680 - 16.08.2014

The best thing in my opinion is to comment out chunks of your code. and then comment less and less until you find were the problem is. When you comment out chunks of code. The code should compile again. then when you get to the error, the compiler will crash. Then you can see were the problem is