I can make my point_clientcommand turn "sv_cheats 1" on, but I can't make it bind anything! Say I wanted to bind "x" to "impulse 101" on the "point_clientcommand" This is what I did. I made a "point_clientcommand" then I made a trigger_once and in the outputs I did "OnStartTouch" "Clientcommandsname" "Command" "bind x "impulse 101". Didn't work. Why does "sv_cheats 1" work but not "bind"!?!?