Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bind E [
- if (|| (curmodeattr bot) (&& $connected (!= $gamemode 1))) [
- if (= (currentprimary) (curweapon)) [ secondary ] [ primary ]
- ] [ edittoggle ]
- ]
- bind Q [
- if $editing [ domodifier 1 ] [
- if (= (currentprimary) (curweapon)) [ melee ] [ primary ]
- ]
- ]
- // Panic Key :P
- checkmag = [ if (|| (magcontent $arg1) (magreserve $arg1)) [ result 1 ] [ result 0 ] ]
- bind KEY [
- if (checkmag (currentprimary)) [ primary ] [
- if (|| (checkmag 1) (checkmag 9)) [ secondary ] [
- if (checkmag 8) [ grenades ] [
- melee
- ]
- ]
- ]
- ]
Advertisement
Add Comment
Please, Sign In to add comment