30 Jan 11, 03:34AM
These are my binds.
[SELECT ALL] Code:
bind f [ if $editing [solid 1] [quicknadethrow] ]
bind q [ if $editing [ domodifier 1 ] [melee; attack]] //switch to knife or attack with knife if selected
bind MOUSE3 [if (= (curweapon) 0) [attack] [secondary; attack]] //switch to pistol or attack with pistol, if knife is selected attack with knife
bind MOUSE1 [primary; attack] //switch to primary or attack with primary if selected
bind MOUSE2 [ if $editing [ showmenu editing ] [ altaction ] ] //normal altaction bind
alias delta_game_0 [ if (= $arg1 1) [melee] [secondary] ] //mouse down for pistol, mouse up for knife