SA-MP Forums Archive
function not registered - 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: function not registered (/showthread.php?tid=588974)



function not registered - 1fret - 14.09.2015

Im working on a new script and i have been getting alot of include error and all the includes im using is up to date but i got an error for sscanf2 inc.


----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[21:20:00]
[21:20:00] Server Plugins
[21:20:00] --------------
[21:20:00] Loading plugin: WhirlPool
[21:20:00]
[21:20:00] ==================
[21:20:00]
[21:20:00] Whirlpool loaded
[21:20:00]
[21:20:00] ==================
[21:20:00]
[21:20:00] Loaded.
[21:20:00] Loading plugin: sscanf
[21:20:00] Failed.
[21:20:00] Loading plugin: nativechecker.dll
[21:20:00] Loaded.
[21:20:00] Loaded 2 plugins.

[21:20:00]
[21:20:00] Filterscripts
[21:20:00] ---------------
[21:20:00] Loading filterscript 'vspawner.amx'...
[21:20:00]
--Admin Vehicle Spawner Loaded

[21:20:00] Loaded 1 filterscripts.

[21:20:00] Error: Function not registered: 'SSCANF_Init'
[21:20:00] Error: Function not registered: 'SSCANF_IsConnected'
[21:20:00] Error: Function not registered: 'SSCANF_Join'
[21:20:00] Error: Function not registered: 'SSCANF_Leave'
[21:20:00] Error: Function not registered: 'sscanf'
[21:20:00] Script[gamemodes/RD.amx]: Run time error 19: "File or function is not found"
[21:20:00] Number of vehicle models: 0


and i wrote it in the server.cfg at the plugins line, the include is version 2.8.2 which i think is the lastest version, a wrote it at the top of my script, and im using windows 10 OS and its the .dll file too so any suggestion?


Re: function not registered - X337 - 14.09.2015

It seems your sscanf plugins failed to load.
Download sscanf plugin or MSVRC100.dll (if it still failed to load)


Re: function not registered - 1fret - 14.09.2015

Quote:
Originally Posted by X337
Посмотреть сообщение
It seems your sscanf plugins failed to load.
Download sscanf plugin or MSVRC100.dll (if it still failed to load)
as i have stated earlier i have already downloaded sscanf and its still not working.. Any other suggestions