Thread: Paintball Tips
View Single Post
Old
  (#10)
KTOG is Offline
Captain
 
KTOG's Avatar
 
Posts: 5,824
Join Date: Mar 2002
Location: Robertplantsville
   
Default 08-17-2007, 04:37 PM

[code:ef632]bind "F1" "leaningon"
alias "leaningoff" "-mlleft; -mlright; ubkeys; locationprint "100" "300" "Sion's_Leaning_Script_Off"; bind "F1" "leaningon"
alias "leaningon" "-moveright; -moveleft; bkeys; locationprint "100" "300" "Sion's_Leaning_Script_On"; bind "F1" "leaningoff"
alias "ubkeys" "bind "a" "+moveleft"; bind "d" "+moveright""
alias "bkeys" "bind "a" "+mlleft"; bind "d" "+mlright""
alias "+mlleft" "+moveleft; wait; +leanleft"
alias "-mlleft" "-moveleft; wait; -leanleft"
alias "+mlright" "+moveright; wait; +leanright"
alias "-mlright" "-moveright; wait; -leanright"[/code:ef632]
  
Reply With Quote