Run error time - 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: Run error time (
/showthread.php?tid=607717)
Run error time -
karoliko - 22.05.2016
Please help me, i donґt know why i got this problem.
My server log:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[00:36:53] filterscripts = "" (string)
[00:36:53]
[00:36:53] Server Plugins
[00:36:53] --------------
[00:36:53] Loading plugin: streamer.dll
[00:36:53]
*** Streamer Plugin v2.8.1 by Incognito loaded ***
[00:36:53] Loaded.
[00:36:53] Loading plugin: sscanf.dll
[00:36:53]
[00:36:53] ===============================
[00:36:53] sscanf plugin loaded.
[00:36:53] © 2009 Alex "******" Cole
[00:36:53] ===============================
[00:36:53] Loaded.
[00:36:53] Loaded 2 plugins.
[00:36:53]
[00:36:53] Filterscripts
[00:36:53] ---------------
[00:36:53] Loaded 0 filterscripts.
[00:36:53] Script[gamemodes/CounterStrike2.amx]: Run time error 19: "File or function is not found"
[00:36:53] Number of vehicle models: 0
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password karol
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 CounterStrike2 1
filterscripts
plugins streamer.dll sscanf.dll
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
Re: Run error time -
Stinged - 23.05.2016
Do you have the plugins needed in your plugins folder?
Re: Run error time -
karoliko - 23.05.2016
Quote:
Originally Posted by Stinged
Do you have the plugins needed in your plugins folder?
|
Yes...
Re: Run error time -
biker122 - 23.05.2016
Get crashdetect plug in, and tell us what it prints in the console.Youre missing several necessary plugins.
Re: Run error time -
karoliko - 23.05.2016
I got this error...
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[15:16:42] filterscripts = "" (string)
[15:16:42]
[15:16:42] Server Plugins
[15:16:42] --------------
[15:16:42] Loading plugin: crashdetect.dll
[15:16:42] CrashDetect v4.15.1 is OK.
[15:16:42] Loaded.
[15:16:42] Loading plugin: streamer.dll
[15:16:42]
*** Streamer Plugin v2.8.1 by Incognito loaded ***
[15:16:42] Loaded.
[15:16:42] Loading plugin: sscanf.dll
[15:16:42]
[15:16:42] ===============================
[15:16:42] sscanf plugin loaded.
[15:16:42] © 2009 Alex "******" Cole
[15:16:42] ===============================
[15:16:42] Loaded.
[15:16:42] Loaded 3 plugins.
[15:16:42]
[15:16:42] Filterscripts
[15:16:42] ---------------
[15:16:42] Loaded 0 filterscripts.
[15:16:46] [debug] Run time error 19: "File or function is not found"
[15:16:46] [debug] SSCANF_Init
[15:16:46] [debug] SSCANF_Join
[15:16:46] [debug] SSCANF_Leave
[15:16:46] [debug] Run time error 19: "File or function is not found"
[15:16:46] [debug] SSCANF_Init
[15:16:46] [debug] SSCANF_Join
[15:16:46] [debug] SSCANF_Leave
[15:16:46] Script[gamemodes/CounterStrike.amx]: Run time error 19: "File or function is not found"
[15:16:46] Number of vehicle models: 0
Re: Run error time -
oMa37 - 23.05.2016
update the sscanf plugin and you don't need to put .dll in server.cfg.
Re: Run error time -
karoliko - 23.05.2016
Can you send me link i donґt i found all brokens... :/
Re: Run error time -
karoliko - 23.05.2016
Thanks worked!