Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. // Mostrar fps
  2. cl_showfps 1
  3.  
  4. // Mostrar pos
  5. cl_showpos 0
  6.  
  7. // Saltar i tirar fum
  8. alias "+jthrow" "+jump;-attack"
  9. alias "-jthrow" "-jump"
  10. bind "v" "+jthrow"
  11.  
  12. // Radar escala i !centrat
  13. cl_radar_scale 0.5
  14. cl_radar_always_centered 0
  15.  
  16. /// YT: https://youtu.be/p8_X5_3iHg4
  17. // *********** 9 **********
  18. //Show netgraph when checking scoreboard
  19. net_graph "1"
  20. net_graphheight "9999"
  21. alias "+scorenet" "+showscores; net_graphheight 0"
  22. alias "-scorenet" "-showscores; net_graphheight 9999"
  23. bind "TAB" "+scorenet"
  24.  
  25. // *********** 9 **********
  26. //Show netgraph when checking scoreboard
  27. net_graph "1"
  28. net_graphheight "9999"
  29. alias "+scorenet" "+showscores; net_graphheight 0"
  30. alias "-scorenet" "-showscores; net_graphheight 9999"
  31. bind "TAB" "+scorenet"
  32.  
  33. // *********** 8 **********
  34. //Display Damage with Switch Script
  35. alias displaydamage "displaydamage_on"
  36. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  37. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  38. bind "m" "displaydamage"
  39.  
  40. bind "mwheelup" "+jump"
  41.  
  42. // netejar sang
  43. bind "f" "+lookatweapon;r_cleardecals"
  44.  
  45. // smoke
  46. bind lalt "use weapon_smokegrenade"
  47.  
  48. // Mostrar equipament del equip a traves de la paret
  49. +cl_show_team_equipment 1
  50.  
  51. alias "-crosshairsmoke" "cl_crosshairsize 2.000000;cl_crosshairdot 0;cl_crosshairgap -3" //Remember to change here the values to the ones of your current crosshair.
  52. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -3"
  53. bind "b" "+crosshairsmoke"
  54.  
  55. // buy binds generated by csgobuynds.com
  56. bind "leftarrow" "buy flashbang;"
  57. bind "downarrow" "buy smokegrenade;"
  58. bind "rightarrow" "buy molotov; buy incgrenade;"
  59. bind "uparrow" "buy hegrenade;"
  60. bind "ins" "buy vest;"
  61. bind "home" "buy vesthelm;"
  62. bind "pgup" "buy defuser;"
  63. bind "del" "buy deagle;"
  64. bind "end" "buy mp9; buy mac10;"
  65. bind "pgdn" "buy m4a1; buy ak47;"
  66.  
  67. // crosshair
  68. cl_crosshair_drawoutline "0.000000"
  69. cl_crosshair_dynamic_maxdist_splitratio "0"
  70. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  71. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  72. cl_crosshair_dynamic_splitdist "3"
  73. cl_crosshair_outlinethickness "0.500000"
  74. cl_crosshair_sniper_show_normal_inaccuracy "0"
  75. cl_crosshair_sniper_width "2"
  76. cl_crosshair_t "0.000000"
  77. cl_crosshairalpha "255.000000"
  78. cl_crosshaircolor "1.000000"
  79. cl_crosshaircolor_b "50.000000"
  80. cl_crosshaircolor_g "250.000000"
  81. cl_crosshaircolor_r "250.000000"
  82. cl_crosshairdot "0.000000"
  83. cl_crosshairgap "-3.000000"
  84. cl_crosshairgap_useweaponvalue "0"
  85. cl_crosshairscale "0"
  86. cl_crosshairsize "2.000000"
  87. cl_crosshairstyle "4.000000"
  88. cl_crosshairthickness "1.000000"
  89. cl_crosshairusealpha "1"
  90. cl_fixedcrosshairgap "-3"
  91.  
  92. // download
  93. cl_downloadfilter nosounds
  94.  
  95.  
  96. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement