sscanf2 problems - 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: sscanf2 problems (
/showthread.php?tid=404757)
sscanf2 problems -
YoYo123 - 04.01.2013
Until now I was using the old version of sscanf, and everything worked fine. I saw the new changes in sscanf 2.8.1 and wanted to use it. I put the new include in pawno\include, I put the sscanf.dll in the plugins folder and I put the 'sscanf' folder in the server folder. I replaced '#include <sscanf>' with '#include <sscanf2>' and compiled but when the Filterscript I'm using is initialized it doesn't actually execute what's in it, means that it doesn't execute OnFilterScriptInit or any commands in it. Thanks for any helpers.
Re: sscanf2 problems -
YoYo123 - 04.01.2013
Bump..
Re: sscanf2 problems -
YoYo123 - 05.01.2013
I really want to work with sscanf 2.8.1 please help me :S
Re: sscanf2 problems -
dr.lozer - 05.01.2013
update your sscanf2 plugin and inc file
Re: sscanf2 problems -
YoYo123 - 05.01.2013
It's already updated.
Re: sscanf2 problems -
YoYo123 - 05.01.2013
Found the problem.. I didn't actually check how to install it on the sscanf thread and basically put the downloaded files in the needed folders. I forgot to add 'plugins sscanf' in server.cfg. Sorry for posting.