Hi, I seem to have trouble binding a few commands to a key.
I use "||" (between the two bindings) to toggle between commands. Could someone give me a example? Thanks.
example :
bind / "Changelevel 10";"host_timescale 10"
Originally Posted by pyrobryant
example :
bind / "Changelevel 10";"host_timescale 10"
That doesn't work for me for some reason >.<
Posts 1–6 of 6 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by ILikePie550
That doesn't work for me for some reason >.<
Cause its wrong.
bind / "changelevel 10;host_timescale 10"
Originally Posted by Nicdel
Cause its wrong.
bind / "changelevel 10;host_timescale 10"
Thanks, Imma try this one D:
Oh yeah my bad, was typing really fast didnt notice i placed an unnessesary parenthesis.