Sscanf errors in console - 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: Sscanf errors in console (
/showthread.php?tid=613211)
[RESOLVED] Sscanf errors in console -
PrivatioBoni - 25.07.2016
- I am using Windows.
- I downloaded sscanf-2.8.2-win32.zip
- I put sscanf2.inc in Pawno -> Include
- I put sscanf.dll in Plugins
- server.cfg line: "plugins sscanf crashdetect whirlpool"
- Script line (script compiles without error): #include <sscanf2>
- I downloaded vc_redist.x64, tried to install, it just says 'modify installation' so I assume I got it already
- Console:
Код:
[19:11:36] filterscripts = "" (string)
[19:11:36]
[19:11:36] Server Plugins
[19:11:36] --------------
[19:11:36] Loading plugin: sscanf
[19:11:36] Failed.
[19:11:36] Loading plugin: crashdetect
[19:11:36] CrashDetect v4.15.1 is OK.
[19:11:36] Loaded.
[19:11:36] Loading plugin: whirlpool
[19:11:36]
[19:11:36] ==================
[19:11:36]
[19:11:36] Whirlpool loaded
[19:11:36]
[19:11:36] ==================
[19:11:36]
[19:11:36] Loaded.
[19:11:36] Loaded 2 plugins.
[19:11:36]
[19:11:36] Ban list
[19:11:36] --------
[19:11:36] Loaded: samp.ban
[19:11:36]
[19:11:36]
[19:11:36] Filterscripts
[19:11:36] ---------------
[19:11:36] Loaded 0 filterscripts.
[19:11:36] [debug] Run time error 19: "File or function is not found"
[19:11:36] [debug] SSCANF_Init
[19:11:36] [debug] SSCANF_IsConnected
[19:11:36] [debug] SSCANF_Join
[19:11:36] [debug] SSCANF_Leave
[19:11:36] [debug] Run time error 19: "File or function is not found"
[19:11:36] [debug] SSCANF_Init
[19:11:36] [debug] SSCANF_IsConnected
[19:11:36] [debug] SSCANF_Join
[19:11:36] [debug] SSCANF_Leave
[19:11:36] Script[gamemodes/SQLite.amx]: Run time error 19: "File or function is not found"
[19:11:36] Number of vehicle models: 0
Thanks in advance.
Re: Sscanf errors in console -
Vince - 25.07.2016
SA-MP server is 32 bit and requires x86 versions of VC++, regardless of OS architecture. Not sure which one sscanf uses nowadays, probably the 2015 version.
Re: Sscanf errors in console -
PrivatioBoni - 25.07.2016
It works now, thank you