Posts: 101
Threads: 12
Joined: Apr 2010
Reputation:
0
Hello, put gamemode on hosting and i say to Mode: Unknown , why?
Posts: 142
Threads: 27
Joined: Jan 2011
Reputation:
0
I dont really understand what your saying, but Mode: Unknown is usually caused by missing plugins.
Are you using windows or linux?
And also, go search first, there are many threads about this specific problem.
Posts: 101
Threads: 12
Joined: Apr 2010
Reputation:
0
Me windows and hosting linux
Posts: 142
Threads: 27
Joined: Jan 2011
Reputation:
0
well yeah, most likely a plugin problem. Send me your server_log.
Posts: 101
Threads: 12
Joined: Apr 2010
Reputation:
0
[09:46:42] Server Plugins
[09:46:42] --------------
[09:46:42] Loading plugin: streamer
[09:46:42] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[09:46:42] Loaded 0 plugins.
...........
......
...............
[09:46:45] Script[gamemodes/cstopz.amx]: Run time error 19: "File or function is not found"
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
in server.cfg on line plugins
delete everything behind plugins and add streamer.so (if you use linux) or streamer.dll (if you use windows)
NOTE:Linux is case sensitive!
Posts: 552
Threads: 23
Joined: Jul 2011
Reputation:
0
umm
can this be caused if he has no folder called "plugin" and he doesnt have streamer plugin? o.O
first. you need to have sscanf plugin and streamer plugin.
second. on your server.cfg file write this
plugins streamer.so sscanf.so(for linux)
plugins streamer sscanf (for windows)