Author Topic: help with hand-switch  (Read 1966 times)

DeathLord2000

  • PGP
  • Posts: 6
help with hand-switch
« on: July 01, 2014, 12:13:50 PM »
hi, can someone give me script/config so i can change hands. I want it so if i press once "f" it changes to left hand and if i press it again it changes to right hand

rockitude

  • Committee Member
  • 68 Carbine
  • Posts: 492
Re: help with hand-switch
« Reply #1 on: July 01, 2014, 12:37:07 PM »
bind "F" "hand0"
alias hand1 "hand 1; bind f hand0"
alias hand0 "hand 0; bind f hand1"

DeathLord2000

  • PGP
  • Posts: 6
Re: help with hand-switch
« Reply #2 on: July 01, 2014, 01:17:20 PM »
hmmm i inserted it in my config, but if i go in-game and press f it just says "hand0"


DeathLord2000

  • PGP
  • Posts: 6
Re: help with hand-switch
« Reply #3 on: July 01, 2014, 01:21:06 PM »
okay, nevermind i just inserted it wrong, works now ;) thanks for the help