SA-MP Forums Archive
Pawno crash - 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 crash (/showthread.php?tid=435833)



Pawno crash - trolltomax - 08.05.2013

Why pawno crash when compile?Where is problem? -.-

http://pastebin.com/W6EqMJw0


Re: Pawno crash - IceCube! - 08.05.2013

Theres too meny errors to output, comment out the bottem half of your code and fix the top. Then uncomment it and fix the bottem, always works for me.


Re: Pawno crash - Johanson24 - 08.05.2013

Back trace to what you did recently and take it out, if it doesn't crash you know you messed up on something.

If you cant remember then comment out big chunks out of your script to locate where the problem is.


Re: Pawno crash - IceCube! - 08.05.2013

[quote=Johanson24;2517053]Back trace to what you did recently and take it out, if it doesn't crash you know you messed up on something.

Removed, I didn't relise you actually gave us code.


Re: Pawno crash - Vince - 08.05.2013

99% sure it's because of this:
pawn Код:
#define ALTCOMMAND:%1->%2;
- and > have special meanings in Pawn and can't be used in macro's like that.