Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.27 KB | None | 0 0
  1. // lostgurka
  2.  
  3. seta wp_ro "sensitivity 6.14;  cg_fov 102; cg_crosshairSize 19; cg_drawCrosshair 11; cg_drawgun 0; set snpr vstr wp_r1"
  4. seta wp_sh "sensitivity 6.14;  cg_fov 102; cg_crosshairSize 34; cg_drawCrosshair 2;  cg_drawgun 0; set snpr vstr wp_r1"
  5. seta wp_li "sensitivity 2.75;  cg_fov 102; cg_crosshairSize 34; cg_drawCrosshair 2;  cg_drawgun 1; set snpr vstr wp_r1"
  6. seta wp_ma "sensitivity 3.5;   cg_fov 102; cg_crosshairSize 19; cg_drawCrosshair 11; cg_drawgun 0; set snpr vstr wp_r1"
  7. seta wp_r1 "sensitivity 3.5;   cg_fov 102; cg_crosshairSize 34; cg_drawCrosshair 2;  cg_drawgun 0; set snpr vstr wp_r2"
  8. seta wp_r2 "sensitivity 2.8;   cg_fov 90;  cg_crosshairSize 34; cg_drawCrosshair 2;  cg_drawgun 0; set snpr vstr wp_r3"
  9. seta wp_r3 "sensitivity 2.3;   cg_fov 70;  cg_crosshairSize 34; cg_drawCrosshair 2;  cg_drawgun 0; set snpr vstr wp_r1"
  10.  
  11. vstr rckt
  12.  
  13. unbindall
  14.  
  15. bind TAB "+scores"
  16. bind SPACE "+moveright"
  17. bind + "sizeup"
  18. bind - "sizedown"
  19. bind 1 "weapon 1; vstr wp_ro"  // Gauntlet
  20. bind 2 "weapon 2; vstr wp_ma"  // Machinegun
  21. bind 3 "weapon 3; vstr wp_sh"  // Shotgun
  22. bind 4 "weapon 4; vstr wp_ro"  // Grenade Launcher
  23. bind 5 "weapon 5; vstr wp_ro"  // Rocket Launcher
  24. bind 6 "weapon 6; vstr wp_li; cg_gunX -2; cg_gunY 3; cg_gunZ -1"  // Lightning Gun
  25. bind 7 "weapon 7; vstr snpr"   // Railgun
  26. bind 8 "weapon 8; vstr wp_ro"  // Plasma Gun
  27. bind 9 "weapon 9; vstr rckt"   // BFG
  28. bind = "sizeup"
  29. bind _ "sizedown"
  30. bind a "+moveleft"
  31. bind b "weapon 2; vstr wp_ma"  // Machinegun
  32. bind c "weapon 9; vstr rckt"   // BFG
  33. bind d "+back"
  34. bind e "weapon 6; vstr wp_li; cg_gunX -2; cg_gunY 3; cg_gunZ -1"  // Lightning Gun
  35. bind f "+movedown"
  36. bind g "weapon 5; vstr wp_ro"  // Rocket Launcher
  37. bind h "weapon 7; vstr snpr"   // Railgun
  38. bind m "messagemode2"
  39. bind n "messagemode"
  40. bind p "messagemode"
  41. bind r "+moveup"
  42. bind s "+back"
  43. bind t "weapon 3; vstr wp_sh"  // Shotgun
  44. bind w "weapon 13; vstr wp_ma" // Chaingun
  45. bind y "weapon 12; vstr wp_ro" // Prox Launcher
  46. bind PAUSE "pause"
  47. bind CTRL "+movedown"
  48. bind SHIFT "+speed"
  49. bind F1 "vote yes"
  50. bind F2 "vote no"
  51. bind F3 "readyup"
  52. bind F11 "screenshot"
  53. bind MOUSE1 "+attack"
  54. bind MOUSE2 "+forward"
  55. bind MOUSE3 "+button2"
  56. bind MOUSE4 "+attack"
  57. bind MOUSE5 "+attack"
  58. bind MWHEELDOWN "weapprev"
  59. bind MWHEELUP "weapnext"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement