SA-MP Forums Archive
Pawn Compiler Library has stopped working - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pawn Compiler Library has stopped working (/showthread.php?tid=253550)



Pawn Compiler Library has stopped working [ SOLVED ] - o_O - 07.05.2011

It appears that my compiler doesn't like it when I #include <sscanf2>.

It compiles just fine, but after adding this line:

Код:
#include <sscanf2>
the error I describe comes up.

I am not using sscanf.

I downloaded the .inc from here:

https://sampforum.blast.hk/showthread.php?tid=120356


Re: Pawn Compiler Library has stopped working - [L3th4l] - 07.05.2011

You are using the sscanf stock version.

Find and delete:

stock sscanf(....)


Re: Pawn Compiler Library has stopped working - o_O - 07.05.2011

You saved my life.

You were right.