04.01.2013, 10:18
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.