Run time error 19: "File or function is not found" - 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 time error 19: "File or function is not found" (
/showthread.php?tid=625886)
Run time error 19: "File or function is not found" -
DerickClark - 07.01.2017
Код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <streamer>
Код:
[14:30:28] Script[gamemodes/DerickGame.amx]: Run time error 19: "File or function is not found"
[14:30:28] Number of vehicle models: 0
Код:
echo Executing Server Config...
lanmode 0
rcon_password unlockserver
maxplayers 50
port 7777
hostname test
gamemode0 DerickGame 1
plugins sscanf
filterscripts
announce 0
chatlogging 1
weburl test
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
password unlock
Re: Run time error 19: "File or function is not found" -
Amads - 07.01.2017
Код:
plugins sscanf streamer
Re: Run time error 19: "File or function is not found" -
DerickClark - 07.01.2017
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[15:02:13] filterscripts = "" (string)
[15:02:13]
[15:02:13] Server Plugins
[15:02:13] --------------
[15:02:13] Loading plugin: sscanf
[15:02:13]
[15:02:13] ===============================
[15:02:13] sscanf plugin loaded.
[15:02:13] Version: 2.8.1
[15:02:13] © 2012 Alex "******" Cole
[15:02:13] ===============================
[15:02:13] Loaded.
[15:02:13] Loading plugin: streamer
[15:02:14]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[15:02:14] Loaded.
[15:02:14] Loaded 2 plugins.
[15:02:14]
[15:02:14] Filterscripts
[15:02:14] ---------------
[15:02:14] Loaded 0 filterscripts.
[15:02:14] Script[gamemodes/DerickGame.amx]: Run time error 19: "File or function is not found"
[15:02:14] Number of vehicle models: 0
edit:
nativechecker:
Код:
[15:31:23] Error: Function not registered: 'SSCANF_IsConnected'
[15:31:23] Script[gamemodes/DerickGame.amx]: Run time error 19: "File or function is not found"
[15:31:23] Number of vehicle models: 0
Edit: Fixed