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



sscanf fails to load - BigGroter - 19.06.2016

I have installed the redistributable packages. The files are in the correct folders as well.
I'm using windows 10 64 bit.

My server.cfg looks like this:
Код:
plugins sscanf nativechecker
Server log:

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:05:13] filterscripts = ""  (string)
[19:05:13] 
[19:05:13] Server Plugins
[19:05:13] --------------
[19:05:13]  Loading plugin: sscanf
[19:05:13]   Failed.
[19:05:13]  Loading plugin: nativechecker
[19:05:13]   Loaded.
[19:05:13]  Loaded 1 plugins.

[19:05:13] 
[19:05:13] Filterscripts
[19:05:13] ---------------
[19:05:13]   Loaded 0 filterscripts.

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



Re: sscanf fails to load - FuNkYTheGreat - 19.06.2016

Try installing New sscanf Click here. replace all
and then re-compile your gamemode


Re: sscanf fails to load - Konstantinos - 19.06.2016

http://forum.sa-mp.com/showpost.php?...51&postcount=3

Check again if you missed any and for the latest version of sscanf, install the last link x86 version.


Re: sscanf fails to load - BigGroter - 19.06.2016

That's the list I used. Everything is brand new, the server, plugins etc. All is up to date.

Using an older sscanf version worked, but I'd rather have the newest one working.


Re: sscanf fails to load - Konstantinos - 19.06.2016

The older version worked because it didn't need Visual C++ Redistributable for Visual Studio 2015. You mentioned you have 64 bit and I assume you installed the x64 version of it but the plugin requires the x86 version.


Re: sscanf fails to load - BigGroter - 19.06.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The older version worked because it didn't need Visual C++ Redistributable for Visual Studio 2015. You mentioned you have 64 bit and I assume you installed the x64 version of it but the plugin requires the x86 version.
I installed everything from the links you provided above.


Re: sscanf fails to load - Konstantinos - 19.06.2016

Those always fixed the problem and it's the first time I see not to get the plugin working. There's one thing left to try: https://github.com/maddinat0r/sscanf#common-problems


Re: sscanf fails to load - JuzDoiT - 19.06.2016

Edit Your Server .cfg Add sscanf.dll in First Plugins line