SA-MP Forums Archive
sscanf failed to load. - 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 failed to load. (/showthread.php?tid=595186)



sscanf failed to load. - finelaq - 29.11.2015

Hi,

I have a problem with sscanf.

It's not loading.

Код:
----------
Loaded log file: "server_log.txt".
----------

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

[14:52:39] password = ""  (string)
[14:52:39] filterscripts = ""  (string)
[14:52:39] 
[14:52:39] Server Plugins
[14:52:39] --------------
[14:52:39]  Loading plugin: sscanf
[14:52:39]   Failed.
[14:52:39]  Loading plugin: Whirlpool
[14:52:39]  
[14:52:39]  ==================
[14:52:39]  
[14:52:39]   Whirlpool loaded
[14:52:39]  
[14:52:39]  ==================
[14:52:39]  
[14:52:39]   Loaded.
[14:52:39]  Loading plugin: streamer
[14:52:39] 

*** Streamer Plugin v2.7.8 by Incognito loaded ***

[14:52:39]   Loaded.
[14:52:39]  Loading plugin: nativechecker
[14:52:39]   Loaded.
[14:52:39]  Loaded 3 plugins.

[14:52:39] 
[14:52:39] Filterscripts
[14:52:39] ---------------
[14:52:39]   Loaded 0 filterscripts.

[14:52:39]    Error: Function not registered: 'SSCANF_Init'
[14:52:39]    Error: Function not registered: 'SSCANF_IsConnected'
[14:52:39]    Error: Function not registered: 'SSCANF_Join'
[14:52:39]    Error: Function not registered: 'SSCANF_Leave'
[14:52:39]    Error: Function not registered: 'sscanf'
[14:52:39] Script[gamemodes/drp.amx]: Run time error 19: "File or function is not found"
[14:52:39] Number of vehicle models: 0
What should i do?


Re: sscanf failed to load. - ATGOggy - 29.11.2015

Try downloading and replacing all the files of sscanf again. Because there are two versions of sscanf and it's easy to get the files mixed up.


Re: sscanf failed to load. - finelaq - 29.11.2015

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Try downloading and replacing all the files of sscanf again. Because there are two versions of sscanf and it's easy to get the files mixed up.
I've downloaded this:
https://dl.dropboxusercontent.com/u/...canf-2.8.2.zip

But still the same.