cexeclist_all.txt

cexeclist_ct.txt

cexeclist_t.txt

cexeclist_spec.txt

cexeclist_player.txt

This is where you place all your client commands that you wish to have access to via the menu system.
Each file represents a different menu list, the name of each file is self explanatory.
NOTE : If you are running a HL2 Deathmatch server, only the cexeclist_player.txt and cexeclist_all.txt files are required

Edit the file $BASE/cstrike/cfg/mani_admin_plugin/cexeclist_*.txt (i.e cexeclist_all.txt or cexeclist_spec.txt)

An example of one of these files is here (cexeclist_all.txt)

//
// cexeclist_all.txt
//
// Place all your client commands that you want to
// execute on all players in here
//
// This file can use aliases.
//
// Aliases are what is shown in the menu system
// a nice way of presenting the commands.
// Aliases must be enclosed in quotes
//
// E.G. "Kill All Players"
//
// Do not put another quote inside like :-
//
// "Kill All "Players""
//
// The command after the alias is the real command
// executed.
//
// You do not have to use aliases but it makes the
// menu's easier to use if you do.
//
// Your old config files pre V1.0.8 will still work
// if you don't change them.
//
 
"Disconnect players" disconnect
"Everyone say Hi" cmd say "Hi"
"Everyone vote" cmd say "Votemap"