SA-MP Forums Archive
Server Log. - 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: Server Log. (/showthread.php?tid=415422)



Server Log. - dorperez - 13.02.2013

Hey guys,

I can't see cars and enter games in my gm,this is what the server log shows,its like the gm doesn't load ..:

pawn Код:
[09:19:32] Script[gamemodes/blabla.amx]: Run time error 19: "File or function is not found"
[09:19:32] Number of vehicle models: 0



Re: Server Log. - denNorske - 13.02.2013

The config file is case sensitive, so check that firstly.

After you have asured that it's correct, try to download [plugin]CrashDetect from the forums here (Search on ******), and install it, that way we can find a possible cause for the crash.

That looks like (your post) that the gm doesn't load at all, or crashes during the start.

~regards.


Re: Server Log. - Amit_B - 13.02.2013

Actually, @airplanesimen, your post is absolutely wrong. Using crashdetect will only get the same message at this case.

Your error is "File or function not found": it means that your server is using (in this case) a function that isn't exists. This is happening mostly when you're trying to run a gamemode that uses a plugin which is not loaded on the server. You should add the plugin to your server and then it should be fine.


Re: Server Log. - Yves - 13.02.2013

1st use this plugin here https://sampforum.blast.hk/showthread.php?tid=262796 then start your server.exe then go to your server.logs and send us the error its coming up on


Re: Server Log. - ikey07 - 13.02.2013

Get latest includes and plugins, recompile your blabla and done.


Re: Server Log. - dorperez - 13.02.2013

Quote:
Originally Posted by ikey07
Посмотреть сообщение
Get latest includes and plugins, recompile your blabla and done.
Thanks bro