hm no the cvar hasnt to be set on the server ... the command created in the server will be executed through the client ... the thing i want to make is an oppme option ... if an user types oppme he gets the op level i specified ...
it would look like this
in my cfg
when i click in the scores on a player
it`ll sets a cvar with the id in the server cfg
rcon set user$id$ $oplevel$
and the server alias
alias oppme "rcon "password" set oppas2345 temp;rcon "password" set oppas2345level $user$$id$$;login temp;echo "u got opped";rcon "password" unset oppas2345; rcon "password" unset oppas2345level"
... only the commands in the alias with a rcon infront will be executed through server the others through the client ... but the problem is i dont know how to let the clients exec the cmd "rcon oppme" without being logged in ...