SA-MP Forums Archive
fatal error 100: cannot read from file: "sscanf2" - 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 100: cannot read from file: "sscanf2" (/showthread.php?tid=611205)



fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

Well, I am newbie scripter, i just compiled script and got this error, how can I fix!


Re: fatal error 100: cannot read from file: "sscanf2" - SyS - 03.07.2016

download sscanf2 and paste it in pawno/includes folder


Re: fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

Can you provide me sscanf2 link to download.


Re: fatal error 100: cannot read from file: "sscanf2" - SyS - 03.07.2016

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


Re: fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

Well I downloaded sscanf2 and pasted it in pawno/include folder and got this error, but I hadn't before.
fatal error 111: user error: sscanf (possibly the PAWN version) already defined.


Re: fatal error 100: cannot read from file: "sscanf2" - SyS - 03.07.2016

how you included them? show order of includes


Re: fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

I putted sscanf2 in pawno/include folder and comipled script and got error, fatal error 111: user error: sscanf (possibly the PAWN version) already defined.
PS: I am newbie, your help will be appreciated and REP+


Re: fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

I included like,
#include <a_samp>
#include <dudb>
#include <streamer>
#include <a_http>
#include <zcmd>
#include <sscanf2>
#include <dutils>
#include <ircecho>
#include <a_zones>
#include <a_mysql>
Still gett ing this error. fatal error 111: user error: sscanf (possibly the PAWN version) already defined.


Re: fatal error 100: cannot read from file: "sscanf2" - Stinged - 03.07.2016

Do you have the old sscanf function anywhere in your script?


Re: fatal error 100: cannot read from file: "sscanf2" - IamPuzo - 03.07.2016

I have script with already includes sscanf2 but there is no sscanf nor sscanf2 in pawno/include folder, hence i downloaded the sscanf2 the one sreyas told me and i putted them in pawno/include, then it give error like, fatal error 111: user error: sscanf (possibly the PAWN version) already defined.