[Help] sscanf - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [Help] sscanf (
/showthread.php?tid=387770)
[Help] sscanf -
Alex.Cone - 26.10.2012
Hello, I have few problem. I have checked all with nativchecker and I have this problem:
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[20:50:51] filterscripts = "" (string)
[20:50:51]
[20:50:51] Server Plugins
[20:50:51] --------------
[20:50:51] Loading plugin: mysql
[20:50:51]
> MySQL plugin R6-2 successfully loaded.
[20:50:51] Loaded.
[20:50:51] Loading plugin: streamer
[20:50:51]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:50:51] Loaded.
[20:50:51] Loading plugin: sscanf
[20:50:52] Failed.
[20:50:52] Loading plugin: nativechecker
[20:50:53] Loaded.
[20:50:53] Loaded 3 plugins.
[20:50:53]
[20:50:53] Filterscripts
[20:50:53] ---------------
[20:50:53] Loaded 0 filterscripts.
[20:50:53] Error: Function not registered: 'SSCANF_Init'
[20:50:53] Error: Function not registered: 'SSCANF_Join'
[20:50:53] Error: Function not registered: 'SSCANF_Leave'
[20:50:53] Error: Function not registered: 'sscanf'
[20:50:53] Script[gamemodes/subrp.amx]: Run time error 19: "File or function is not found"
[20:50:53] Number of vehicle models: 0
[20:51:00] --- Server Shutting Down.
[20:51:00]
> MySQL plugin unloaded.
[20:51:00]
*** Streamer Plugin v2.6.1 by Incognito unloaded ***
I have updateded sscanf, but I still have the same problem.
Re: [Help] sscanf -
CrossUSAAF - 26.10.2012
Are you sure you are using latest plugins and you are "included" sscanf to includes folder and re-compiled your script with newest files? Are you using Windows, or Linux?
Re: [Help] sscanf -
Alex.Cone - 27.10.2012
I did evrything. I use Windows.
Re: [Help] sscanf -
Kevin FOx - 28.10.2012
maybe you are missing the files of the sscanf, like array.cpp, enum.h and SDK...
Maybe you are missing those files.
Re: [Help] sscanf -
CrossUSAAF - 28.10.2012
I Suggest you to visit this link:
https://sampforum.blast.hk/showthread.php?tid=350566&page=2. Can you post here your server.cfg file?
Re: [Help] sscanf -
Herald_Groove - 28.10.2012
When You Update Your Scanff Files,make sure you update ALL OF THEM.Also Remember To include it in your script and recompile It!