SA-MP Forums Archive
Pawn.exe fucked up - won't compile the script lmao - 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: Pawn.exe fucked up - won't compile the script lmao (/showthread.php?tid=629556)



Pawn.exe fucked up - won't compile the script lmao - RyderX - 28.02.2017

so i have been compiling my shitty gamemode and buh it's says , PAWNO IS NOT RESPONDING WTF!

it got just 2k lines.. i don't know why the heck it's bugging.. any advice?


Re: Pawn.exe fucked up - won't compile the script lmao - haikalbintang - 28.02.2017

Maybe your enter make some features with a wrong code, the problem is same like me before. Maybe try to undo your code?


Re: Pawn.exe fucked up - won't compile the script lmao - UberEverywhere - 28.02.2017

Can you try a third-party compiler?


Re: Pawn.exe fucked up - won't compile the script lmao - Eoussama - 28.02.2017

I use sublime text, sometimes this happens, maybe you have a long line of code somewhere or maybe a long condition statement


Re: Pawn.exe fucked up - won't compile the script lmao - Jelly23 - 28.02.2017

Probably a missing bracket.


Re: Pawn.exe fucked up - won't compile the script lmao - Sew_Sumi - 28.02.2017

^^ 4char


Re: Pawn.exe fucked up - won't compile the script lmao - azzerking - 02.03.2017

This could be many things:

Possible Issues

1. Missing Brackets
2. Bad Macro
3. Missing Comma's
4. Bad declaration
5. Corrupted Script

There a few more, but these are the most common, I may have missed some, but its all I can think of at this time.


Re: Pawn.exe fucked up - won't compile the script lmao - SyS - 02.03.2017

comment the script part by part and find the part causing this crash.


Re: Pawn.exe fucked up - won't compile the script lmao - Ryan50 - 02.03.2017

Find the recent code part you added to your script.