I found these useful commands:
bind E "r_drawvgui 1"
bind R "r_drawvgui 0"
but i want to make this a toggle instead of having to do 2 seperate keys.
I tried this:
bind E “toggle r_drawvgui 0 1”
however it didnt work, when i try to do this i get this message:
bind <key> [command] : attach a command to a key
So idk, if someone could tell me what im doing wrong here than thank you