File or function is not found error - 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: File or function is not found error (
/showthread.php?tid=639633)
File or function is not found error -
mrfong - 20.08.2017
My server works perfectly in windows, but when i try it in linux it saus :
PHP код:
[17:05:37] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
i only disabeld 1 plugin which is nativechecker and the rest are ok, the .so plugins are there and everything loads fine but i'm getting the same error, how can fix this
Re: File or function is not found error -
TheCman - 20.08.2017
As you seem to have guessed, this error indicates that you are missing a plugin, or possibly that a plugin has a version mismatch. Try to update your plugins and see if it helps. Make sure you're using the same version of the Windows and Linux plugins.
Re: File or function is not found error -
mrfong - 20.08.2017
yes i am, i had a warning that i was a using streamer outdated a bit plugin but it let me run it, i added nativechecker and i can't find mysql.so and it's not chaning, the gamemode is still unkown