SA-MP Forums Archive
Loading plugin: sscanf Failed. NEED HELP - 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: Loading plugin: sscanf Failed. NEED HELP (/showthread.php?tid=389620)



Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

Hi there,

I'm already searching this forum for hours. I tried the new version of sscanf and compiled my gamemode with it. But I can't get it to work.

I keep getting Gamemode: Unknown

Part of Serverlog:

[21:44:20] Server Plugins
[21:44:20] --------------
[21:44:20] Loading plugin: mysql
[21:44:20]

> MySQL plugin R5 successfully loaded.

[21:44:20] Loaded.
[21:44:20] Loading plugin: sscanf
[21:44:20] Failed.
[21:44:20] Loading plugin: streamer
[21:44:20]

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

[21:44:20] Loaded.
[21:44:20] Loading plugin: Whirlpool
[21:44:20]
[21:44:20] ==================
[21:44:20]
[21:44:20] Whirlpool loaded
[21:44:20]
[21:44:20] ==================
[21:44:20]
[21:44:20] Loaded.
[21:44:20] Loaded 3 plugins.

[21:44:20]
[21:44:20] Filterscripts
[21:44:20] ---------------
[21:44:20] Loaded 0 filterscripts.

[21:44:20] Script[gamemodes/ZRP.amx]: Run time error 19: "File or function is not found"
[21:44:20] Number of vehicle models: 0

Please help me


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

Do you run windows or lunix?

Make sure you have all files in the plugins folder and the right extension ".so" if lunix


Re: Loading plugin: sscanf Failed. NEED HELP - ViniBorn - 02.11.2012

Check the 'sscanf' extension


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

I run Windows and all the files are in the plugins folder. But I don't get it why he starts all the others but sscanf. :/

EDIT: @Viniborn: The exstention is .dll


Re: Loading plugin: sscanf Failed. NEED HELP - ViniBorn - 02.11.2012

Show your server.cfg (the plugin part)


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

plugins mysql sscanf streamer Whirlpool


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

do you have the sscanf library?


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

Yes, I have. Do I have to upload that sscanf folder to? And where?


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

Look and my post above, I edited it..


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

I see yes I have that one and I uploaded it right there.


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

Try downloading the SSCANF plugin again Click here.
And extract it in your Samp Server folder and choose replace all..

There's got to be some file that's missing!


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

Still not working, very frustrating. :/ I'm working on it since yesterday.


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

Try making a new server.cfg that looks like this and run the server again (IF YOU HAVE GRANDLARC.AMX) otherwise just change it to some gamemode you have that don't require any plugins.
EDit: Don't forget to rename your old one before!
pawn Code:
echo Executing Server Config...
lanmode 0
rcon_password 12345
maxplayers 100
port 7777
hostname server01
gamemode0 grandlarc 1
announce 0
query 1
weburl sa-mp.com
maxnpc 10
logtimeformat [%H:%M:%S]
plugins sscanf



Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 02.11.2012

I've done what you've said but it's still not working..

EDIT: I tested it as you said just on localhost and there it works perfectly. But when I upload all the files to my gameservers I still get the error.


Re: Loading plugin: sscanf Failed. NEED HELP - Lorrden - 02.11.2012

What does it say in the log with the other server.cfg?


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 03.11.2012

It says just the same. Failed to load the plugin. And only the sscanf one.

EDIT: Well I tested all you've said on my localhost server. And it works perfectly. But when I upload all the files to my gameserver only sscanf is failed to load.


Re: Loading plugin: sscanf Failed. NEED HELP - Jesseding - 03.11.2012

I contacted the Technical Support from my gamehost and they fixed it for me. It was indeed something with the MSVC runtime. Thanks everyone for the help


Re: Loading plugin: sscanf Failed. NEED HELP - [xT]Emaratii - 27.07.2013

The same problem headed for me too but i survived

*Update your plugins.


Re: Loading plugin: sscanf Failed. NEED HELP - ThiagoMikael - 23.07.2017

i have the same problem