Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help (
/showthread.php?tid=552243)
Help -
Brys - 23.12.2014
I got a host and i ran my server on linux,it doesn't read the gamemode,any plugin or the filterscript,but when i run it on my own PC,it works correctly.
+REP if you helped me..
pawn Код:
[15:47:34]
[15:47:34] Server Plugins
[15:47:34] --------------
[15:47:34] Loading plugin: whirlpool
[15:47:34] Failed (plugins/whirlpool: cannot open shared object file: No such file or directory)
[15:47:34] Loading plugin: Whirlpool
[15:47:34] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[15:47:34] Loading plugin: streamer
[15:47:34] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[15:47:34] Loading plugin: sscanf
[15:47:34] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[15:47:34] Loading plugin: nativechecker
[15:47:34] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[15:47:34] Loading plugin: irc
[15:47:34] Failed (plugins/irc: cannot open shared object file: No such file or directory)
[15:47:34] Loaded 0 plugins.
[15:47:35]
[15:47:35] Filterscripts
[15:47:35] ---------------
[15:47:35] Loading filterscript '3Dtexts.amx'...
[15:47:35] Unable to load filterscript '3Dtexts.amx'.
[15:47:35] Loaded 0 filterscripts.
[15:47:35] Script[gamemodes/RLG.amx]: Run time error 19: "File or function is not found"
[15:47:35] Number of vehicle models: 0
Re: Help -
Shinta307 - 23.12.2014
Put plugins Whirpoll.so , streamer.so , sscanf.so , nativechecker.so on directory "plugins" , and change server.cfg plugins to .so
Re: Help -
Brys - 23.12.2014
I do...
Re: Help -
Shinta307 - 23.12.2014
If you using linux use .so windows use .dll , and change server.cfg
Re: Help -
God'Z War - 23.12.2014
Replace this line in server.cfg
Код:
plugins whirlpool streamer sscanf irc
To
Код:
plugins Whirlpool.so streamer.so sscanf.so irc.so