Config Name: Left/Right Weapon Models Switcher
Config Author: Nextwish Zip compiled by: huckS
---------------------------------------------------------------------
Description:
Each time weap_t is activated it will change between, left and right handed gun models.
---------------------------------------------------------------------
alias weap_t weap_left
alias weap_left "alias weap_t weap_right; setinfo lefthand 1; wait; wait; wait; weapon_knife; wait; wait; wait; lastinv"
alias weap_right "alias weap_t weap_left; setinfo lefthand 0; wait; wait; wait; weapon_knife; wait; wait; wait; lastinv"
bind "x" "weap_t"