[HELP] Error Message Gamemode - 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: [HELP] Error Message Gamemode (
/showthread.php?tid=415604)
[HELP] Error Message Gamemode -
Hambaken_NL - 13.02.2013
I was testing my script on my local host and it is working fine but when
uploaded my server on my host. This Error Message came [23:27:31] Script[gamemodes/LSS-RP.amx]: Run time error 19: "File or function is not found"
[23:45:06] Server Plugins
[23:45:06] --------------
[23:45:06] Loading plugin: streamer
[23:45:06] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[23:45:06] Loading plugin: sscanf
[23:45:06] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[23:45:06] Loading plugin: zcmd
[23:45:06] Failed (plugins/zcmd: cannot open shared object file: No such file or directory)
[23:45:06] Loading plugin: nativechecker
[23:45:06] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[23:45:06] Loaded 0 plugins.
Re: [HELP] Error Message Gamemode -
-Shifty- - 14.02.2013
Update your plugins to 0.3x?
Re: [HELP] Error Message Gamemode -
leong124 - 14.02.2013
It's nothing related to 0.3x I think, but make sure there are "plugins" folder and your plugin files inside at your host.
Re: [HELP] Error Message Gamemode -
Hambaken_NL - 14.02.2013
Is there any tutorial that show how to update your plugins?