SA-MP Forums Archive
sscanf failing to start - 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 failing to start (/showthread.php?tid=356797)



sscanf failing to start - MarkoN - 04.07.2012

Hi , I'm having problems with sscanf loading. Then i managed to, somehow, download nativechecker, but that didn9t help me because i don't know whats going on. Here's the log :
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[00:28:07] filterscripts = ""  (string)
[00:28:07] 
[00:28:07] Server Plugins
[00:28:07] --------------
[00:28:07]  Loading plugin: sscanf
[00:28:07]   Failed.
[00:28:07]  Loading plugin: irc
[00:28:07] 

*** IRC Plugin v1.4.2 by Incognito loaded ***

[00:28:07]   Loaded.
[00:28:07]  Loading plugin: nativechecker
[00:28:07]   Loaded.
[00:28:07]  Loaded 2 plugins.

[00:28:07] 
[00:28:07] Filterscripts
[00:28:07] ---------------
[00:28:07]   Loaded 0 filterscripts.

[00:28:07]    Error: Function not registered: 'SSCANF_Init'
[00:28:07]    Error: Function not registered: 'SSCANF_Join'
[00:28:07]    Error: Function not registered: 'SSCANF_Leave'
[00:28:07]    Error: Function not registered: 'sscanf'
[00:28:07] Script[gamemodes/gangwar.amx]: Run time error 19: "File or function is not found"
[00:28:07] Number of vehicle models: 0
In the script i have included sscanf
pawn Код:
#include <sscanf2>
I downloaded a new server , compiled it ( without any warnings ) and started the server but i get the same errors, I even updated my .NET Framework to 4.0 that didn't help eather...

Do you have any suggestions ?


Re: sscanf failing to start - FUNExtreme - 04.07.2012

If you look at your log you see that the loading of the sscanf plug in failed. There is your problem


Re: sscanf failing to start - MarkoN - 04.07.2012

Quote:
Originally Posted by FUNExtreme
Посмотреть сообщение
If you look at your log you see that the loading of the sscanf plug in failed. There is your problem
Well duh genius...

Nvm. I fixed the problem , just downloaded Microsoft Visual C++ 2010 Redistributable