Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Here's a maybe dumb question. But can anyone help familiarize me with with where i can get the execclient commands rcon admins can use? I know you can basically perform any command you would use in your own game config on any user on your server, but where do i look to find out what the console commands are that can be used using execclient.
Im not sure if this is what you mean but: excecclient commands cannot be ran via rcon, you would need to have some sort of mod like adminmod or an amxmodx plugin
Sorry, yes, we have admin mod on our cs servers. Here's an example of what i mean. If you wanted to change a player name because it had racial overtones, the admin command from console would be admin_execclient <target> name "newname" this would change the players name to whatever you want. Or, if you wanted a player to say "i love the admin" you could use admin_execclient <target> say "i love the admin" the command you performed on them being name, or say, etc. where do i find all the valid commands is my question.. such as name, say.. etc.. i'm sure there's a menu or list somewhere and i'm being silly.
The command is:
admin_execclient <target> <command>
the <command> is general, so you could do any client side command that you want. however, certain commands are restricted because of their maliciousness (ex: unbindall)
OK.. at least we're to the meat of what i was trying to get to the commands i'd like to know are the client commands themselves.. like you just metioned. where or how can i view a listing of the client commands that are available to use with that.