How do i fix this ? - 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: How do i fix this ? (
/showthread.php?tid=502946)
How do i fix this ? -
ChuckyBabe - 26.03.2014
PHP Code:
[27/03/2014 00:49:55] Number of vehicle models: 0
[27/03/2014 00:49:55] Script[gamemodes/EPRP.amx]: Run time error 19: "File or function is not found"
[27/03/2014 00:49:55] Loaded 4 filterscripts.
[27/03/2014 00:49:55] Loading filterscript 'anims.amx'...
[27/03/2014 00:49:55] --------------------------------------
[27/03/2014 00:49:55] Fell Down System By Hudas
--------------------------------------
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loading filterscript 'FELLDOWN.amx'...
[27/03/2014 00:49:55] --------------------------------------
[27/03/2014 00:49:55] Easy AFK/BRB Script Made by Hudas
--------------------------------------
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loading filterscript 'afkbrbfs.amx'...
[27/03/2014 00:49:55] Loading filterscript 'buttons.amx'...
[27/03/2014 00:49:55] ---------------
[27/03/2014 00:49:55] Filterscripts
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loaded 3 plugins.
[27/03/2014 00:49:55] Loaded.
[27/03/2014 00:49:55] ===============================
[27/03/2014 00:49:55] (c) 2009 Alex "Y_Less" Cole
[27/03/2014 00:49:55] sscanf plugin loaded.
[27/03/2014 00:49:55] ===============================
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loading plugin: sscanf.so
[27/03/2014 00:49:55] Loaded.
*** Audio Plugin v0.4 by Incognito loaded ***
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loading plugin: audio.so
[27/03/2014 00:49:55] Loaded.
*** Streamer Plugin v2.7 by Incognito loaded ***
[27/03/2014 00:49:55]
[27/03/2014 00:49:55] Loading plugin: streamer.so
[27/03/2014 00:49:55] --------------
[27/03/2014 00:49:55] Server Plugins
[27/03/2014 00:49:55]
v0.3z, (C)2005-2014 SA-MP Team
----------------------
SA-MP Dedicated Server
PHP Code:
[27/03/2014 00:49:55] Script[gamemodes/EPRP.amx]: Run time error 19: "File or function is not found"
+rep if u helped me
Re: How do i fix this ? -
Dokins - 26.03.2014
Make sure your server.cfg is configured properly.
Re: How do i fix this ? -
ChuckyBabe - 26.03.2014
Here
PHP Code:
echo Executing Server Config...
lanmode 0
rcon_password ???????????????
maxplayers 30
hostname El Pilipinas Roleplay [PH]
gamemode0 EPRP
port 9047
filterscripts buttons afkbrbfs FELLDOWN anims
plugins crashdetect.so streamer.so audio.so sscanf.so
announce 1
query 1
weburl www.elpilipinas.tk
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 250.0
stream_rate 1000
maxnpc 0
rcon 0
logtimeformat [%d/%m/%Y %H:%M:%S]
bind 37.59.28.180
mapname Philippines Server
Re: How do i fix this ? -
PinEvil - 26.03.2014
Code:
plugins crashdetect.so streamer.so audio.so sscanf.so
Put the crashdetect.so at the end of your plugins line then show us the new error in log after that's been done.
Re: How do i fix this ? -
ChuckyBabe - 26.03.2014
Here
PHP Code:
[27/03/2014 00:56:10] Number of vehicle models: 0
[27/03/2014 00:56:10] Script[gamemodes/ELPILIPINAS.amx]: Run time error 19: "File or function is not found"
[27/03/2014 00:56:10] [debug] SSCANF_Leave
[27/03/2014 00:56:10] [debug] SSCANF_Join
[27/03/2014 00:56:10] [debug] SSCANF_Init
[27/03/2014 00:56:10] [debug] Run time error 19: "File or function is not found"
[27/03/2014 00:56:10] [debug] SSCANF_Leave
[27/03/2014 00:56:10] [debug] SSCANF_Join
[27/03/2014 00:56:10] [debug] SSCANF_Init
[27/03/2014 00:56:10] [debug] Run time error 19: "File or function is not found"
[27/03/2014 00:56:10] Loaded 4 filterscripts.
[27/03/2014 00:56:10] Loading filterscript 'anims.amx'...
[27/03/2014 00:56:10] --------------------------------------
[27/03/2014 00:56:10] Fell Down System By Hudas
--------------------------------------
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loading filterscript 'FELLDOWN.amx'...
[27/03/2014 00:56:10] --------------------------------------
[27/03/2014 00:56:10] Easy AFK/BRB Script Made by Hudas
--------------------------------------
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loading filterscript 'afkbrbfs.amx'...
[27/03/2014 00:56:10] Loading filterscript 'buttons.amx'...
[27/03/2014 00:56:10] ---------------
[27/03/2014 00:56:10] Filterscripts
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loaded 4 plugins.
[27/03/2014 00:56:10] Loaded.
[27/03/2014 00:56:10] CrashDetect v4.13 is OK.
[27/03/2014 00:56:10] Loading plugin: crashdetect.so
[27/03/2014 00:56:10] Loaded.
[27/03/2014 00:56:10] ===============================
[27/03/2014 00:56:10] (c) 2009 Alex "Y_Less" Cole
[27/03/2014 00:56:10] sscanf plugin loaded.
[27/03/2014 00:56:10] ===============================
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loading plugin: sscanf.so
[27/03/2014 00:56:10] Loaded.
*** Audio Plugin v0.4 by Incognito loaded ***
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loading plugin: audio.so
[27/03/2014 00:56:10] Loaded.
*** Streamer Plugin v2.7 by Incognito loaded ***
[27/03/2014 00:56:10]
[27/03/2014 00:56:10] Loading plugin: streamer.so
[27/03/2014 00:56:10] --------------
[27/03/2014 00:56:10] Server Plugins
[27/03/2014 00:56:10]
v0.3z, (C)2005-2014 SA-MP Team
----------------------
SA-MP Dedicated Server
Re: How do i fix this ? -
Gamer_007 - 27.03.2014
Problem is in ur sscanf dll.Update it and re-compile the Script
Re: How do i fix this ? -
ChuckyBabe - 27.03.2014
Server log
PHP Code:
[27/03/2014 03:59:45] Number of vehicle models: 0
[27/03/2014 03:59:45] Script[gamemodes/EPRP1_1.amx]: Run time error 19: "File or function is not found"
[27/03/2014 03:59:45] [debug] SSCANF_Leave
[27/03/2014 03:59:45] [debug] SSCANF_Join
[27/03/2014 03:59:45] [debug] SSCANF_Init
[27/03/2014 03:59:45] [debug] Run time error 19: "File or function is not found"
[27/03/2014 03:59:45] [debug] SSCANF_Leave
[27/03/2014 03:59:45] [debug] SSCANF_Join
[27/03/2014 03:59:45] [debug] SSCANF_Init
[27/03/2014 03:59:45] [debug] Run time error 19: "File or function is not found"
[27/03/2014 03:59:45] Loaded 4 filterscripts.
[27/03/2014 03:59:45] Loading filterscript 'anims.amx'...
[27/03/2014 03:59:45] --------------------------------------
[27/03/2014 03:59:45] Fell Down System By Hudas
--------------------------------------
[27/03/2014 03:59:45]
[27/03/2014 03:59:45] Loading filterscript 'FELLDOWN.amx'...
[27/03/2014 03:59:45] --------------------------------------
[27/03/2014 03:59:45] Easy AFK/BRB Script Made by Hudas
--------------------------------------
[27/03/2014 03:59:45]
[27/03/2014 03:59:45] Loading filterscript 'afkbrbfs.amx'...
[27/03/2014 03:59:45] Loading filterscript 'buttons.amx'...
[27/03/2014 03:59:45] ---------------
[27/03/2014 03:59:45] Filterscripts
[27/03/2014 03:59:45]
[27/03/2014 03:59:45] Loaded 4 plugins.
[27/03/2014 03:59:45] Loaded.
[27/03/2014 03:59:45] CrashDetect v4.13 is OK.
[27/03/2014 03:59:45] Loading plugin: crashdetect.so
[27/03/2014 03:59:45] Loaded.
[27/03/2014 03:59:45] ===============================
[27/03/2014 03:59:45] (c) 2009 Alex "Y_Less" Cole
[27/03/2014 03:59:45] sscanf plugin loaded.
[27/03/2014 03:59:45] ===============================
Re: How do i fix this ? -
ChuckyBabe - 27.03.2014
After i update my sscanf ? then my gamemode will be back
EP:RP v2 ?
Re: How do i fix this ? -
1fret - 27.03.2014
Just update the sscanf.so file and it will work again
Re: How do i fix this ? -
ChuckyBabe - 27.03.2014
Any links please because i downloaded 1 and i got sscanf2 i can't find sscanf
Re: How do i fix this ? -
ChuckyBabe - 27.03.2014
This problem FIXED