#How can i turn this into a toggle? (bind E "r_drawvgui 1")

1 messages · Page 1 of 1 (latest)

kind cosmos
#

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

#

NEVERMIND ITS BEEN SOLVED