SA-MP Forums Archive
Pawn Compiler Output - 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 Compiler Output (/showthread.php?tid=633654)



Pawn Compiler Output - Slawi - 05.05.2017

i was trying to add a new system in the gamemode
when i finished it i want to compile it and the Pawn Compiler get blocked

it doesn't give anything i wait it a lot of time like +1 hour and not given anything

i was thinking the problem coming from forgetten a bracket '{'

and i used Missing Bracket Finder and there is no Bracket i forget it

pictures





Re: Pawn Compiler Output - Farzam - 05.05.2017

It's not always from a missing bracket, check if a line is too long and make it shorter and then try compiling.

https://sampforum.blast.hk/showthread.php?tid=570960
This tutorial may also help you.


Re: Pawn Compiler Output - ShihabSoft - 05.05.2017

Pawn compiler usually hangs, when the game modes contains lots of code lines. So if the windows asks you to wait or close, just press wait. It will gradually finish compilation.


Re: Pawn Compiler Output - Logic_ - 05.05.2017

You maybe doing something wrong instead, for example I once used the wrong function keyword in my script, which crashed my compiler. You should try reading your script/ use a backup.


Re: Pawn Compiler Output - Astralis - 05.05.2017

Get a backup or just use previous versions. Check what new things you added.


Re: Pawn Compiler Output - Vince - 05.05.2017

Counting the number of braces only helps so much because they may still be in the wrong position.


Re: Pawn Compiler Output - SyS - 05.05.2017

comment your code part by part and find the part causing crash.


Re: Pawn Compiler Output - YouHack - 06.05.2017

1 - Upgrade your RAM
2 - When it asks to close click " wait " , because it freezes sometimes
3 - Maybe your computer is overheating... ( you know what to do )


Re: Pawn Compiler Output - J0sh... - 06.05.2017

Quote:
Originally Posted by YouHack
Посмотреть сообщение
1 - Upgrade your RAM
2 - When it asks to close click " wait " , because it freezes sometimes
3 - Maybe your computer is overheating... ( you know what to do )
I'm sorry, but what? Why upgrade RAM? What's the bloody purpose?


Re: Pawn Compiler Output - Slawi - 06.05.2017

Thanks All for your idea
i found the missing bracket

Thanks All