Bug with running the server - 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: Bug with running the server (
/showthread.php?tid=525273)
Bug with running the server -
salev13 - 11.07.2014
Always i open my server and today i opened him and thats told me this in the CMD
[05:48:35] Script[gamemodes/modernliferp.amx]: Run time error 19: "File or function is not found"
and i dont got errors or warning in my gamemode
how to fix it?
Re: Bug with running the server -
nmader - 11.07.2014
Are you saving your gamemode in your gamemode folder (the same one where your samp-server executable is located)? Do you also have all plugins in your plugins folder and defined in your server.cfg?
Re: Bug with running the server -
Pboachie - 11.07.2014
Try recompiling all your filescript with the gamemode. It might also mean that the plugins do not match with the gamemode. It could also mean that you do not have all the plugins the gamemode requires
Re: Bug with running the server -
salev13 - 12.07.2014
Quote:
Originally Posted by nmader
Are you saving your gamemode in your gamemode folder (the same one where your samp-server executable is located)? Do you also have all plugins in your plugins folder and defined in your server.cfg?
|
i did everythink but nothing work and i have all the plugins and thats defined in my server.cfg
Re: Bug with running the server -
Konstantinos - 12.07.2014
Load nativechecker plugin (it must be last in
plugins line in server.cfg).
Run the server once again and it will print what functions are not registered. Post the server log (the part plugins are loading and the part with the non-registered functions) so we can help you..
Re: Bug with running the server -
salev13 - 12.07.2014
Quote:
Originally Posted by Konstantinos
Load nativechecker plugin (it must be last in plugins line in server.cfg).
Run the server once again and it will print what functions are not registered. Post the server log (the part plugins are loading and the part with the non-registered functions) so we can help you..
|
i add it and thats make me the same error i got it in my plugins folder so what now?
Re: Bug with running the server -
Konstantinos - 12.07.2014
The plugin doesn't fix the run time error 19 for you but it prints what functions are not registered so you can be able to know what plugin(s) failed to load or you forgot to load it/them in the first place. Without those information, we cannot just guess what could be the problem.