usage: meta <command> [<arguments>]
valid commands are:
version - display Metamod version info
list - list plugins currently loaded
cmds - list console cmds registered by plugins
cvars - list cvars registered by plugins
refresh - load/unload any new/deleted/updated plugins
config - show config info loaded from config.ini
load <name> - find and load a plugin with the given name
unload <plugin> - unload a loaded plugin
reload <plugin> - unload a plugin and load it again
info <plugin> - show all information about a plugin
pause <plugin> - pause a loaded, running plugin
unpause <plugin> - unpause a previously paused plugin
retry <plugin> - retry a plugin that previously failed its action
clear <plugin> - clear a failed plugin from the list
force_unload <plugin> - forcibly unload a loaded plugin
require <plugin> - exit server if plugin not loaded/running
And on the page files are mentioned that werent even included with the metamod zip files ive downloaded so far. For example the config.ini
The actual problem is that i have three plugins running on my server, handheldsiege, readyroomblocker and eye, and all three of them have their own CVAR's.
For example readyroomblocker has a CVAR called 'readyroom_blocker <0/1>'
But when im in my server and i type readyroom_blocker 1 in my console i get an 'unknown command' message from the console. The same goes for the CVAR's of the other 2 plugins.
The 3 are included in the meta list so they are running fine. So does anyone know what is the problem?? I've already added the CVAR's to server.cfg and adminmod.cfg but it has no effect whatsoever.
-Greetz
Maurice
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I know, all the regular Metamod commands work with Metamod-P. If your plugins aren't working, it could have more to do with the fact that they are really old and may not work with the latest versions of Natural Selection. I looked that Ready Room Blocker plugin up and it hasn't seen any development for over a year and a half now.
You might want to consider installing AMX Mod X and using this plugin (it hasn't been worked on for awhile either, but I think there is more of a chance that it is still working):
Hi,
When i type meta in console, the metamod gives me a list of two items: version and list.
but on http://metamod-p.sourceforge.net/doc/html/...ml#installation
i can see this list:
usage: meta <command> [<arguments>]
valid commands are:
version - display Metamod version info
list - list plugins currently loaded
cmds - list console cmds registered by plugins
cvars - list cvars registered by plugins
refresh - load/unload any new/deleted/updated plugins
config - show config info loaded from config.ini
load <name> - find and load a plugin with the given name
unload <plugin> - unload a loaded plugin
reload <plugin> - unload a plugin and load it again
info <plugin> - show all information about a plugin
pause <plugin> - pause a loaded, running plugin
unpause <plugin> - unpause a previously paused plugin
retry <plugin> - retry a plugin that previously failed its action
clear <plugin> - clear a failed plugin from the list
force_unload <plugin> - forcibly unload a loaded plugin
require <plugin> - exit server if plugin not loaded/running
And on the page files are mentioned that werent even included with the metamod zip files ive downloaded so far. For example the config.ini
The actual problem is that i have three plugins running on my server, handheldsiege, readyroomblocker and eye, and all three of them have their own CVAR's.
For example readyroomblocker has a CVAR called 'readyroom_blocker <0/1>'
But when im in my server and i type readyroom_blocker 1 in my console i get an 'unknown command' message from the console. The same goes for the CVAR's of the other 2 plugins.
The 3 are included in the meta list so they are running fine. So does anyone know what is the problem?? I've already added the CVAR's to server.cfg and adminmod.cfg but it has no effect whatsoever.
-Greetz
Maurice
As far as I know, all the regular Metamod commands work with Metamod-P. If your plugins aren't working, it could have more to do with the fact that they are really old and may not work with the latest versions of Natural Selection. I looked that Ready Room Blocker plugin up and it hasn't seen any development for over a year and a half now.
You might want to consider installing AMX Mod X and using this plugin (it hasn't been worked on for awhile either, but I think there is more of a chance that it is still working):
http://www.amxmodx.org/forums/viewtopic.php?p=49010
Generally speaking most of the good plugins that are still working for NS are available for AMX Mod X.
You are trying to use metamod commands on client? You need to use metamod commands on server window or use RCON.
ok thx for the comments