Open rtxa opened 10 months ago
The command _toggle currently only works with cvars that can query from client-side. E.g _toggle volume 0.0 0.5 1.0.
_toggle
_toggle volume 0.0 0.5 1.0
Make it work on multiplayer servers by remembering the cvar name being toggled and the last value being set.
The command
_toggle
currently only works with cvars that can query from client-side. E.g_toggle volume 0.0 0.5 1.0
.Make it work on multiplayer servers by remembering the cvar name being toggled and the last value being set.