SA-MP Forums Archive
SSCANF Plugin 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 Plugin Problem (/showthread.php?tid=574431)



SSCANF Plugin Problem - bybaran - 17.05.2015

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[07:52:26] 
[07:52:26] Server Plugins
[07:52:26] --------------
[07:52:26]  Loading plugin: crashdetect
[07:52:27]   Failed.
[07:52:27]  Loading plugin: profiler
[07:52:28]   Profiler v2.7.6 is OK.
[07:52:28]   Loaded.
[07:52:28]  Loading plugin: mysql
[07:52:31]  >> plugin.mysql: R39-3 successfully loaded.
[07:52:31]   Loaded.
[07:52:31]  Loading plugin: sscanf
[07:52:31]   Failed.
[07:52:31]  Loading plugin: streamer
[07:52:31] 

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

[07:52:31]   Loaded.
[07:52:31]  Loading plugin: Whirlpool
[07:52:31]  
[07:52:31]  ==================
[07:52:31]  
[07:52:31]   Whirlpool loaded
[07:52:31]  
[07:52:31]  ==================
[07:52:31]  
[07:52:31]   Loaded.
[07:52:31]  Loading plugin: fixes2
[07:52:31]   Failed.
[07:52:31]  Loading plugin: dataHandler
[07:52:33]  * [PLUGIN]: dataHandler loaded © 2013.
[07:52:33]   Loaded.
[07:52:33]  Loading plugin: MapAndreas
[07:52:33]   Loaded.
[07:52:33]  Loaded 6 plugins.

[07:52:33] 
[07:52:33] Ban list
[07:52:33] --------
[07:52:33]  Loaded: samp.ban
[07:52:33] 
[07:52:33] 
[07:52:33] Filterscripts
[07:52:33] ---------------
[07:52:33]   Loading filterscript 'ls_elevator.amx'...
[07:52:36]   Loading filterscript 'map.amx'...
[07:52:37]   Loaded 2 filterscripts.

[07:52:37] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[07:52:37] Number of vehicle models: 0
I'm already installed SSCANF 2.8.1 , 2005-2008-2010-2012-2013 Visual C++ Redist Packages and .NET Framework 4.5.2.


Re: SSCANF Plugin Problem - NoDi522 - 17.05.2015

May I see your server.cfg file?


Re: SSCANF Plugin Problem - XaibBaba - 17.05.2015

Check You server .cfg first then change you're plugins and then recompile it with adding new plugins

Have a nice day


Re: SSCANF Plugin Problem - bybaran - 17.05.2015

Quote:
Originally Posted by NoDi522
Посмотреть сообщение
May I see your server.cfg file?
Код:
echo Executing Server Config...
lanmode 0
rcon_password 123456
maxplayers 403
port 7777
hostname Test Server
gamemode0 gamemode 1
filterscripts ls_elevator map
plugins crashdetect profiler mysql sscanf streamer Whirlpool fixes2 dataHandler MapAndreas
announce 1
query 1
chatlogging 0
weburl www.null.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 600.0
stream_rate 1000
maxnpc 5
logtimeformat [%H:%M:%S]



Re: SSCANF Plugin Problem - Crayder - 17.05.2015

You must put the plugin in the plugins folder.


Re: SSCANF Plugin Problem - bybaran - 17.05.2015

Plugin is already in the plugins folder.


Re: SSCANF Plugin Problem - bybaran - 18.05.2015

Help+++


Re: SSCANF Plugin Problem - PowerPC603 - 18.05.2015

I thought I read somewhere crashdetect should be placed at the end of the line in server.cfg file.
Maybe something worth trying.