SA-MP Forums Archive
A Little help, Please - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A Little help, Please (/showthread.php?tid=246919)



A Little help, Please - seanny - 06.04.2011

Well I got a problem, When I start my server I get an error on the log and Here is what it says

Код:
[19:38:01] Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found" 
[19:38:01] Number of vehicle models: 0
Even though I got lslrp.amx in "gamemodes" folder


Re: A Little help, Please - Conroy - 06.04.2011

It doesn't mean the gamemode can't be loaded, it means a file which the gamemode needs cannot be loaded. Look through your script and make sure all the files which the gamemode opens do actually exist.

-Conroy


Re: A Little help, Please - Stigg - 06.04.2011

Quote:
Originally Posted by seanny
Посмотреть сообщение
Well I got a problem, When I start my server I get an error on the log and Here is what it says

Код:
[19:38:01] Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found" 
[19:38:01] Number of vehicle models: 0
Even though I got lslrp.amx in "gamemodes" folder
Make sure your plugins are ok and all upto date.


Re: A Little help, Please - aircombat - 06.04.2011

make sure that u write the plugin u use in the server.cfg file and make sure its in ur "plugins" folder