SSCANF doesn't load - 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 doesn't load (
/showthread.php?tid=607179)
SSCANF doesn't load -
BiosMarcel - 15.05.2016
Plugin version: 2.8.2
include version: 2.8.2
MSVC Versions: 2010x86,2010x64,2005x86,2005x64,2012x86,2012x64,20 13x86,2013x64
.NET Frameworks: 3.5(Includes 2.0 and 3.0) and 4.6
My Config:
Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname test
gamemode0 blank 1
plugins sscanf Directory crashdetect
filterscripts Log
announce 0
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Console output:
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[20:53:41]
[20:53:41] Server Plugins
[20:53:41] --------------
[20:53:41] Loading plugin: sscanf
[20:53:41] Failed.
[20:53:41] Loading plugin: Directory
[20:53:41]
[20:53:41] ------------------------------
[20:53:41] Plugin Directory v2.0
[20:53:41] Loaded
[20:53:41] ------------------------------
[20:53:41] Loaded.
[20:53:41] Loading plugin: crashdetect
[20:53:41] CrashDetect v4.14 is OK.
[20:53:41] Loaded.
[20:53:41] Loaded 2 plugins.
[20:53:41]
[20:53:41] Filterscripts
[20:53:41] ---------------
[20:53:41] Loading filterscript 'Log.amx'...
[20:53:41] [debug] Run time error 19: "File or function is not found"
[20:53:41] [debug] SSCANF_Init
[20:53:41] [debug] SSCANF_Join
[20:53:41] [debug] SSCANF_Leave
[20:53:41] [debug] sscanf
[20:53:41] Loaded 1 filterscripts.
[20:53:41] [debug] Run time error 19: "File or function is not found"
[20:53:41] [debug] SSCANF_Init
[20:53:41] [debug] SSCANF_Join
[20:53:41] [debug] SSCANF_Leave
[20:53:41] [debug] sscanf
[20:53:41]
----------------------------------
[20:53:41] Blank Gamemode by your name here
[20:53:41] ----------------------------------
[20:53:42] Number of vehicle models: 0
What i tried already:
- Redownloading the plugin
- Installing the MSVC Versions
- Using a new Config
- Tried to use sscanf only and no other plugins
Re: SSCANF doesn't load -
Konstantinos - 15.05.2016
2012 (x86) as well.
Re: SSCANF doesn't load -
BiosMarcel - 15.05.2016
Still nope
Re: SSCANF doesn't load -
Konstantinos - 15.05.2016
After installing my windows, I had to install those 4 listed in that post of mine:
http://forum.sa-mp.com/showpost.php?...51&postcount=3
2015 version was mostly for streamer and mysql, not sure if it is required by sscanf.
Re: SSCANF doesn't load -
BiosMarcel - 15.05.2016
Thank you very much, now it works