SA-MP Forums Archive
sscanf problem - 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 problem (/showthread.php?tid=354102)



sscanf problem - Jermi - 25.06.2012

Quote:

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

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[06:14:21]
[06:14:21] Server Plugins
[06:14:21] --------------
[06:14:21] Loading plugin: streamer.dll
[06:14:21]

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

[06:14:21] Loaded.
[06:14:21] Loading plugin: sscanf.dll
[06:14:22] Failed.
[06:14:22] Loading plugin: audio.dll
[06:14:22]

*** Audio Plugin v0.4 by Incognito loaded ***


[06:14:22] Loaded.
[06:14:22] Loading plugin: nativechecker.dll
[06:14:22] Loaded.
[06:14:22] Loaded 3 plugins.

[06:14:22]
[06:14:22] Filterscripts
[06:14:22] ---------------
[06:14:22] Loading filterscript 'anims.amx'...
[06:14:22] Loading filterscript '3DTexts.amx'...
[06:14:22]
------------------------------------------
[06:14:22] ShOoBy's 3D Text System Loaded Succesfully
[06:14:22] ------------------------------------------

[06:14:22] Loaded 2 filterscripts.

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


How to fix that?


Re: sscanf problem - Steven82 - 25.06.2012

You're not loading the sscanf plugin.


Re: sscanf problem - zombieking - 25.06.2012

pawn Код:
[06:14:21] Loading plugin: sscanf.dll
[06:14:22] Failed.
Actually the plugin didn't load. Update your sscanf plugin & include , make sure you have both .NET Framework (3.5) and VC Redist installed.