ktimekiller
Companion Cube
- Joined
- Oct 6, 2003
- Messages
- 4,838
- Reaction score
- 40
i got this
sv_cheats 1
bind b "+BT"
alias "+bt" "host_timescale 0.3;phys_pushscale 20;cl_phys_timescale 0.1;Physcannon_maxforce 10000;physcannon_minforce 3000;physcannon_tracelength 1000;physcannon_maxmass 8000;physcannon_pullforce 8000"
alias "-bt" "host_timescale 1;phys_pushscale 1;cl_phys_timescale 1;Physcannon_maxforce 1500;physcannon_minforce 700;physcannon_tracelength 250;physcannon_maxmass 250;physcannon_pullforce 4000;"
so whenever i hold b, it works, but i want it so i press it once, for it to start, then press it again for it to stop
how do i do that?
sv_cheats 1
bind b "+BT"
alias "+bt" "host_timescale 0.3;phys_pushscale 20;cl_phys_timescale 0.1;Physcannon_maxforce 10000;physcannon_minforce 3000;physcannon_tracelength 1000;physcannon_maxmass 8000;physcannon_pullforce 8000"
alias "-bt" "host_timescale 1;phys_pushscale 1;cl_phys_timescale 1;Physcannon_maxforce 1500;physcannon_minforce 700;physcannon_tracelength 250;physcannon_maxmass 250;physcannon_pullforce 4000;"
so whenever i hold b, it works, but i want it so i press it once, for it to start, then press it again for it to stop
how do i do that?