Run time error 19 - 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 (
/showthread.php?tid=454383)
Run time error 19 -
SteeLFelna - 28.07.2013
server_log.txt:
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[14:31:28]
[14:31:28] Server Plugins
[14:31:28] --------------
[14:31:28] Loading plugin: streamer.so
[14:31:28]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:31:28] Loaded.
[14:31:28] Loading plugin: sscanf.so
[14:31:28]
[14:31:28] ===============================
[14:31:28] sscanf plugin loaded.
[14:31:28] Version: 2.8.1
[14:31:28] © 2012 Alex "******" Cole
[14:31:28] ===============================
[14:31:28] Loaded.
[14:31:28] Loading plugin: regex.so
[14:31:28]
[14:31:28] ______________________________________
[14:31:28] Regular Expression Plugin v0.2.1 loaded
[14:31:28] ______________________________________
[14:31:28] By: Fro © Copyright <TBG> 2009-2011
[14:31:28] ______________________________________
[14:31:28] Loaded.
[14:31:28] Loading plugin: Whirlpool.so
[14:31:28]
[14:31:28] ==================
[14:31:28]
[14:31:28] Whirlpool loaded
[14:31:28]
[14:31:28] ==================
[14:31:28]
[14:31:28] Loaded.
[14:31:28] Loading plugin: MapAndreas.so
[14:31:28] Loaded.
[14:31:28] Loading plugin: mysql.so
[14:31:28] >> plugin.mysql: running on 1 thread.
[14:31:28] >> plugin.mysql: R31 successfully loaded.
[14:31:28] Loaded.
[14:31:28] Loading plugin: CTime.so
[14:31:28]
� CTime Library Plugin For Pawn v0.1.0 - Copyright � 2011 RyDeR`
[14:31:28] Loaded.
[14:31:28] Loaded 7 plugins.
[14:31:28]
[14:31:28] Filterscripts
[14:31:28] ---------------
[14:31:28] Loading filterscript 'biz.amx'...
[14:31:28] Loaded 1 filterscripts.
[14:31:28] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[14:31:28] Number of vehicle models: 0
Does anyone know to what this error is gone?
main() is called.
Код:
main(){
print(...);
}
System is Linux 64bit.
Re: Run time error 19 -
PT - 28.07.2013
the name of your Game mode is correct in your server.cfg?
Re: Run time error 19 -
Blast3r - 28.07.2013
IGNORE - Didn't see that you wrote that you added main, my bad.
Re: Run time error 19 -
SteeLFelna - 28.07.2013
Yes.
server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password xxx
maxplayers 100
port 7777
hostname Server name
gamemode0 gamemode 1
filterscripts biz
plugins streamer.so sscanf.so regex.so Whirlpool.so MapAndreas.so mysql.so CTime.so
announce 0
query 1
weburl www.test.info
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Re: Run time error 19 -
SteeLFelna - 28.07.2013
Bump, help anyone?
Re: Run time error 19 -
Red_Dragon. - 29.07.2013
Try to remove the "1" beside "gamemode".
Re: Run time error 19 -
Grumbles - 29.07.2013
Install the Nativechecker, you can learn where the error is.
Re: Run time error 19 -
MP2 - 29.07.2013
Run 'nativechecker' -
https://sampforum.blast.hk/showthread.php?tid=249226
It will tell you which functions are missing.
Re: Run time error 19 -
SteeLFelna - 29.07.2013
@Grumbles, @mp2 thanks, problem fixed.