15.12.2012, 18:55
I get some errors every time I try to launch my server, and apparently it is a sscanf problem.
This is what i have in my server log:
As you can see, none of my filterscripts load. I have nativechecker and I have this sscanf version:
https://sampforum.blast.hk/showthread.php?tid=120356
Any help or advice would be much appreciated.
This is what i have in my server log:
PHP код:
[12:06:24] ---------------
[11:44:02] Loading filterscript 'time.amx'...
[11:44:02] Unable to load filterscript 'time.amx'.
[11:44:02] Loading filterscript 'glastowers.amx'...
[11:44:02] Unable to load filterscript 'glastowers.amx'.
[11:44:02] Loading filterscript 'santa.amx'...
[11:44:02] Unable to load filterscript 'santa.amx'.
[11:44:02] Loading filterscript 'RandomMSG.amx'...
[11:44:02] Unable to load filterscript 'RandomMSG.amx'.
[11:44:02] Loaded 15 filterscripts.
[12:06:24] Loading filterscript 'DSpeedo.amx'...
[12:06:24] Clock Speedometer load
[12:06:24] Loading filterscript 'allraces.amx'...
[12:06:24] Error: Function not registered: 'SSCANF_Init'
[12:06:24] Error: Function not registered: 'SSCANF_Join'
[12:06:24] Error: Function not registered: 'SSCANF_Leave'
[12:06:24] Error: Function not registered: 'sscanf'
[12:06:24] Loading filterscript '0Admin.amx'...
[12:06:24] Error: Function not registered: 'sscanf'
[12:06:24] Loading filterscript 'dms.amx'...
[12:06:24] Loading filterscript 'irc.amx'...
[12:06:24] Error: Function not registered: 'IRC_GetUserChannelMode'
[12:06:24] Error: Function not registered: 'IRC_Connect'
[12:06:24] Error: Function not registered: 'IRC_SetIntData'
[12:06:24] Error: Function not registered: 'IRC_CreateGroup'
[12:06:24] Error: Function not registered: 'IRC_Quit'
[12:06:24] Error: Function not registered: 'IRC_DestroyGroup'
[12:06:24] Error: Function not registered: 'IRC_GroupSay'
[12:06:24] Error: Function not registered: 'IRC_JoinChannel'
[12:06:24] Error: Function not registered: 'IRC_AddToGroup'
[12:06:24] Error: Function not registered: 'IRC_RemoveFromGroup'
[12:06:24] Error: Function not registered: 'IRC_Say'
[12:06:24] Error: Function not registered: 'IRC_Notice'
[12:06:24] Error: Function not registered: 'IRC_ReplyCTCP'
[12:06:24] Error: Function not registered: 'sscanf'
[12:06:24] Loading filterscript 'weapons.amx'...
[12:06:24]
--------------------------------------
[12:06:24] WWF Weapon Shop
[12:06:24] --------------------------------------
[12:06:24] Loading filterscript 'minigun.amx'...
[12:06:24]
--------------------------------------
[12:06:24] Minigun Madness has loaded
[12:06:24] --------------------------------------
[12:06:24] Loading filterscript 'd_dm.amx'...
[12:06:24]
--------------------------------------
[12:06:24] WWF DM Arena
[12:06:24] -------------14.10.2012-----------------
[12:06:24] Loading filterscript 'KReaction.amx'...
[12:06:24] Loading filterscript 'Anims2.amx'...
[12:06:24] Loading filterscript 'Rep.amx'...
[12:06:24] Error: Function not registered: 'SSCANF_Init'
[12:06:24] Error: Function not registered: 'SSCANF_Join'
[12:06:24] Error: Function not registered: 'SSCANF_Leave'
[12:06:24] Error: Function not registered: 'sscanf'
[12:06:24] Loading filterscript 'objecteditor.amx'...
[12:06:24] Error: Function not registered: 'SSCANF_Init'
[12:06:24] Error: Function not registered: 'SSCANF_Join'
[12:06:24] Error: Function not registered: 'SSCANF_Leave'
[12:06:24] Error: Function not registered: 'sscanf'
[12:06:24] Loading filterscript 'sp.amx'...
https://sampforum.blast.hk/showthread.php?tid=120356
Any help or advice would be much appreciated.