Posts: 40
Threads: 9
Joined: Feb 2010
Reputation:
0
I'm still pretty new to the whole server thing, and when I try to run the mani_server and sm_saysounds scripts, it always comes back with "unknown commands" for all of them. I'm trying to use rtv support and change the defaults of the sm_saysounds scripts, but I'm not sure how. I installed the plugins I think, but I'm not sure what to do from there.
AMD Athlon X2 4400 Processor
Windows XP 32-bit
3.5 GB RAM
Counter Strike: Source
Using Mani mod, Source mod and saysounds, I think
Posts: 40
Threads: 9
Joined: Feb 2010
Reputation:
0
So how exactly do I load a plugin?
Posts: 1,587
Threads: 15
Joined: Jun 2005
Reputation:
0
an smx file is the file that loads a sourcemod plugin. Its not loaded by the server itself. So you will need to put it in addons/sourcemod/plugins/
Posts: 1,587
Threads: 15
Joined: Jun 2005
Reputation:
0
Is sourcemod working? Sourcemod has to be loaded via metamod source, is it working? In console if you type "rcon plugin_print" what do you see? If you type in "rcon meta list" does it give back anything? Furthermore if you type in "rcon sm plugins list" does it show anything? All of those commands will need to return results for any sourcemod plugins to work.
Posts: 1,655
Threads: 38
Joined: Apr 2008
Reputation:
20
Post your server.cfg please.
Posts: 25
Threads: 2
Joined: Aug 2008
Reputation:
0
If you are using ListenServer (Start CSS > Create Server) then load the map before trying any command. Once you spawn, try this in console:
plugin_print
and
meta list
If you are using SRCDS then try running the commands above from the server console. NOT THE CSS Console.