cybersquare420 • PM |
Jul 08, 2009 10:14 PM
|
{TIA}--DrPuffin'Kind--($$$)
![]() Posts: 332 |
unbindall
bind "0" "slot10" bind "1" "slot1" bind "2" "slot2" bind "3" "slot3" bind "4" "slot4" bind "5" "slot5" bind "6" "slot6" bind "7" "slot7" bind "8" "slot8" bind "9" "slot9" bind "a" "+moveleft" bind "b" "lastdisguise" bind "c" "voice_menu_3" bind "d" "+moveright" bind "e" "voicemenu 0 0" bind "f" "+nades2" bind "g" "taunt" bind "i" "showmapinfo" bind "l" "dropitem" bind "m" "open_charinfo" bind "q" "lastinv" bind "r" "+reload" bind "s" "+back" bind "t" "impulse 201" bind "u" "say_team" bind "v" "+voicerecord" bind "w" "+forward" bind "x" "voice_menu_2" bind "y" "say" bind "z" "voice_menu_1" bind "'" "+moveup" bind "`" "toggleconsole" bind "," "changeclass" bind "." "changeteam" bind "/" "+movedown" bind "-" "disguiseteam" bind "SPACE" "+jump" bind "TAB" "+showscores" bind "ESCAPE" "cancelselect" bind "INS" "+klook" bind "END" "centerview" bind "PGUP" "+lookup" bind "PGDN" "+lookdown" bind "PAUSE" "pause" bind "ALT" "+strafe" bind "CTRL" "+duck" bind "F1" "+showroundinfo" bind "F3" "askconnect_accept" bind "F5" "screenshot" bind "F10" "quit prompt" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MWHEELUP" "invprev" bind "MWHEELDOWN" "invnext" //A small script that makes all jumps crouchjumps for max height alias "+jumpeh" "+jump; +duck" alias "-jumpeh" "-duck; -jump" bind "space" "+jumpeh" // Toggle Crouched State - Press duck key once to crouch. Press again to stand up. //Duck Toggle alias duckToggle "duck1" alias duck1 "+duck; alias duckToggle duck2" alias duck2 "-duck; alias duckToggle duck1" //Duck Toggle Key Binding: bind "c" "duckToggle" //jetpack bind bind "f" "+sm_jetpack" |