Posts: 175
Threads: 44
Joined: May 2013
Reputation:
0
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?
Posts: 639
Threads: 92
Joined: Jul 2011
Reputation:
0
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?
Posts: 54
Threads: 10
Joined: Nov 2013
Reputation:
0
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
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
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..
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
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.