[HELP] LSLRP - Run time error 19 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [HELP] LSLRP - Run time error 19 (
/showthread.php?tid=181623)
[HELP] LSLRP - Run time error 19 -
Twain32 - 06.10.2010
Hello, im using latest LSLRP version and latest SAMP Version (0.3B R2)
I can open my server in my office computer (win7 32bit), but i try to use my server, in my VPS. Im opening a server this night. But have a problem;
Look;
server.cfg
Quote:
echo Executing Server Config...
lanmode 0
rcon_password AAAA
maxplayers 32
port 7777
hostname AAA | www.AAAAA.com
gamemode0 lslrp 1
filterscripts
announce 1
query 1
weburl www.A.com
maxnpc 25
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
password
plugins streamer
|
server_log.txt
Quote:
SA-MP Dedicated Server
----------------------
v0.3b R2, ©2005-2010 SA-MP Team
[18:33:26] filterscripts = "" (string)
[18:33:26] plugins = "" (string)
[18:33:26]
[18:33:26] Server Plugins
[18:33:26] --------------
[18:33:26] Loaded 0 plugins.
[18:33:26]
[18:33:26] Filter Scripts
[18:33:26] ---------------
[18:33:26] Loaded 0 filter scripts.
[18:33:26] Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found"
[18:33:26] Number of vehicle models: 0
[18:33:28] --- Server Shutting Down.
|
ScreehShots:
Please help.
Re: [HELP] LSLRP - Run time error 19 -
Vince - 06.10.2010
http://www.lmgtfy.com/?q=site%3Ahttp...ntime+error+19
Re: [HELP] LSLRP - Run time error 19 -
Ivan_Pantovic - 06.10.2010
Plugin problem , try to :
-Download new version (of plugins), if you are trying to run it for 0.3b
-Read on the officional thread how to use those plugins
Re: [HELP] LSLRP - Run time error 19 -
Pghpunkid - 06.10.2010
Your missing a file
or folder of files required for that gamemode. Check your scriptfiles folder and make sure you have everything required to run that mode.
Re: [HELP] LSLRP - Run time error 19 - TheInnocentOne - 09.10.2010
I remember getting this a few times - most likely you are using a plugin's function when the plugin hasn't been loaded, due to it not being in your server.cfg
EDIT: change your entire plugins line to this:
plugins streamer.so
Re: [HELP] LSLRP - Run time error 19 -
XmLmX2_RK - 15.04.2011
Quote:
Originally Posted by TheInnocentOne
I remember getting this a few times - most likely you are using a plugin's function when the plugin hasn't been loaded, due to it not being in your server.cfg
EDIT: change your entire plugins line to this:
plugins streamer.so
|
I had the same problem and with this i resolve it. Thanks you!