#1

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
Reply
#2

Put plugins Whirpoll.so , streamer.so , sscanf.so , nativechecker.so on directory "plugins" , and change server.cfg plugins to .so
Reply
#3

I do...
Reply
#4

If you using linux use .so windows use .dll , and change server.cfg
Reply
#5

Replace this line in server.cfg

Код:
plugins whirlpool streamer sscanf irc
To

Код:
plugins Whirlpool.so streamer.so sscanf.so irc.so
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)