SA-MP Forums Archive
Any Help With this Error - 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: Any Help With this Error (/showthread.php?tid=517647)



Any Help With this Error - KennJie - 06.06.2014

C:\Samp Sever\Kenn NVCnr\pawno\include\sscanf2.inc(36) : fatal error 111: user error: sscanf (possibly the PAWN version) already defined.


Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Re: Any Help With this Error - RenovanZ - 06.06.2014

You have defined sscanf as a function/stock in your GM while you're including sscanf, the only solution is, you should open your GM, search sscanf stock/function, then remove it.