R_shadows toggle bind?

Status
Not open for further replies.
Messages
152
Reaction score
417
Points
610
So I need a bind to shadows because in Police shoot outs this commands saves my FPS loads
 
bind key "r_shadows 1"
bind key "r_shadows 0"
2 different keys, have them next to eachother, doesnt need complicated shit
 
Last edited:
bind q toggle
alias toggle "enable"
alias enable "alias toggle disable; r_shadows 0"
alias disable "alias toggle enable; r_shadows 1"
 
Code:
alias shadowon "r_shadows 1; alias toggleshadow shadowoff"
alias shadowoff "r_shadows 0; alias toggleshadow shadowon"
alias toggleshadow shadowon
bind r toggleshadow
Press R to toggle on/off. Works with no problems for me, rebind the R button to anything you like.
 
Status
Not open for further replies.
Back
Top