SA-MP Forums Archive
How to fix pawn compiler has stopped working and warning 208 - 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: How to fix pawn compiler has stopped working and warning 208 (/showthread.php?tid=450284)



How to fix pawn compiler has stopped working and warning 208 - QatarKnight - 12.07.2013

I tried compiling a .pwn file to a .amx but everytime i click compile it tells me pawn compiler library has stopped working then when i click close program i get this warning 208: function with tag result used before definition, forcing reparse
Here is the piece of code that has this warning.
Float:function2728(playerid, Float:arg1, Float:arg2, Float:arg3)
{

And can anyone tell me why im getting pawn compiler library has stopped working?.


Re: How to fix pawn compiler has stopped working and warning 208 - SsHady - 12.07.2013

its because you have probbably more than 20 errors..check if you have made something fatal on your script..


Re: How to fix pawn compiler has stopped working and warning 208 - QatarKnight - 12.07.2013

Quote:
Originally Posted by ******
Посмотреть сообщение
That looks like you decompiled a script and are trying to recompile it - that almost NEVER works and isn't worth the effort. Just use a recent backup instead.
I did. I got way more errors check this thread out. https://sampforum.blast.hk/showthread.php?tid=450170