SA-MP Forums Archive
sscanf plugin 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: sscanf plugin error (/showthread.php?tid=622551)



sscanf plugin error - GabiXx - 23.11.2016

http://imgur.com/a/6vrol
I get this when i put #include <sscanf2> in my gm. The plugin is putted on server.cfg and i don't know why don't work. I used VC to instal C++ package...nothing. Can someone give me a link for sscanf? Maybe i don't have good version or something


Re: sscanf plugin error - Jelly23 - 23.11.2016

Put sscanf include below a_samp and recompile, i did have a similar problem, switching orders worked just fine.


Re: sscanf plugin error - Vince - 23.11.2016

VC++ packages do not stack; installing the 2015 redistributable does not grant you earlier versions. I'm not entirely sure which version is required for sscanf but it won't hurt to install them all. Also important to note that you specifically need the x86 versions because the SA-MP server is 32-bit. Doesn't matter if your OS is 64-bit.