SA-MP Forums Archive
Sscanf errors.... - 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 errors.... (/showthread.php?tid=424940)



Sscanf errors.... - adithegman - 24.03.2013

Hello! I have a problem with sscanf... When i start the server it gives me some errors and then stops
Please help me! Here is the server log:


----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[11:08:10] filterscripts = "" (string)
[11:08:10]
[11:08:10] Server Plugins
[11:08:10] --------------
[11:08:10] Loading plugin: nativechecker
[11:08:10] Loaded.
[11:08:10] Loading plugin: sscanf
[11:08:10]

[11:08:10] ===============================

[11:08:10] sscanf plugin loaded.

[11:08:10] Version: 2.8.1

[11:08:10] © 2012 Alex "******" Cole

[11:08:10] ===============================

[11:08:10] Loaded.
[11:08:10] Loading plugin: streamer
[11:08:10]

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

[11:08:10] Loaded.
[11:08:10] Loaded 3 plugins.

[11:08:10]
[11:08:10] Filterscripts
[11:08:10] ---------------
[11:08:10] Loaded 0 filterscripts.

[11:08:10] Error: Function not registered: 'Streamer_CallbackHook'
[11:08:10] Error: Function not registered: 'SSCANF_Init'
[11:08:10] Error: Function not registered: 'SSCANF_Join'
[11:08:10] Error: Function not registered: 'SSCANF_Leave'
[11:08:10] Error: Function not registered: 'CreateDynamicMapIcon'
[11:08:10] Error: Function not registered: 'sscanf'
[11:08:10]
[11:08:10]
[11:08:10]
[11:08:10] =======================================
[11:08:10] | |
[11:08:10] | YSI version 1.06.0002 |
[11:08:10] | By Alex "******" Cole |
[11:08:10] | |
[11:08:10] =======================================
[11:08:10]
[11:08:10]
[11:08:11]
[11:08:11]
----------------------------------
[11:08:11] Free Server
[11:08:11] ----------------------------------

[11:08:11] Number of vehicle models: 0


Re: Sscanf errors.... - SilverKiller - 24.03.2013

Try to redownload sscanf and streamer with the newest versions and then recompile your script.


Re: Sscanf errors.... - adithegman - 24.03.2013

yes and still doesn't work

Код:
#include <YSI\y_ini>
#include <streamer>
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <core>
#include <datagram>
#include <foreach>