Quote:
Originally Posted by tejeskifly
...
i make some help for users
adminmenu:
copy this your adminmenu_custom.txt
[code]
"ServerCommands"
{
"spect esp"
{
"cmd" "sm_adminesp #1 #2"
"admin" "sm_ban"
"execute" "server"...
|
Great but now you execute sm_adminesp command through server side instead player/admin (this works also, yes).
What have been posted about one error #
50#
57
- This error appears when you run command using rcon or "execute" "server"
- Client index 0 is server.
- Better change
"execute" "server" to
"execute" "player"
That script work.
Can be done also if bind in own game console (will save automatically in cfg/config.cfg)
Code:
BindToggle "o" "sm_adminesp"
Same as
Code:
Bind "o" "incrementvar sm_adminesp 0 1 1"
If you want play your cross hair (tap tap tap keypad +)
Code:
Bind "kp_plus" "incrementvar cl_crosshairscale 1200 2400 240"