SA-MP Forums Archive
fatal error 111: user error: sscanf (possibly the PAWN version) already defined? - 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: fatal error 111: user error: sscanf (possibly the PAWN version) already defined? (/showthread.php?tid=407711)



fatal error 111: user error: sscanf (possibly the PAWN version) already defined? - minijackc - 15.01.2013

please help im using a script called Static Roleplay it comes up with... fatal error 111: user error: sscanf (possibly the PAWN version) already defined.


Re: fatal error 111: user error: sscanf (possibly the PAWN version) already defined? - minijackc - 15.01.2013

HEELELEPLEPLELPELPEPLLPEPLEOLEPCLpxkmncuiek


Re: fatal error 111: user error: sscanf (possibly the PAWN version) already defined? - Scenario - 15.01.2013

You are a good example as to why SA:MP has such a bad reputation for impatient little kids who have no clue what they're doing and only want the power of running their own server.

Here's a tip for you. Next time you join a forum, check out the forum rules before posting. https://sampforum.blast.hk/showthread.php?tid=64144

In order to avoid getting myself in trouble for posting off topic, the solution to your problem is in the error information.

sscanf is already defined in your script and ever since one of the newer versions of sscanf, you can't define sscanf with a simple stock function; you need to use the include.

The solution: remove the sscanf stock function from your script and compile.