SA-MP Forums Archive
Script can't be found? - 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: Script can't be found? (/showthread.php?tid=521631)



Script can't be found? - PrislowProductions - 23.06.2014

Hi, I tried to launch my server and then this comes up and in the Gamemode, it says unknown. The .amx and the .pwn versions are both in the gamemode folder. The script compiles perfectly.
Код:
Script[gamemodes/LSC-RP.amx]: Run time error 19: "File or function is not found"
Also, here is my server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password rcon123rcon
maxplayers 50
port 7777
hostname Unleashed Roleplay Test Server
gamemode0 LSC-RP 1
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_mall ls_elevator attachments skinchanger vspawner
announce 0
query 1
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]
Someone please help me


Re: Script can't be found? - NewerthRoleplay - 23.06.2014

There's no plugins line and I'm assuming the gamemode you're using needs it. Does the script you downloaded have a plugins folder?


Re: Script can't be found? - Konstantinos - 23.06.2014

Users create similar threads about run time error 19 everyday, atleast you could try to ****** it and find out what causes it.

Load nativechecker plugin (must be loaded last) and run the server. Post the server log. You haven't loaded any plugin at all when the script uses function(s) from plugin(s).