Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. // CELOWNIK
  2. cl_crosshair_drawoutline "1"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1.000000"
  8. cl_crosshair_sniper_show_normal_inaccuracy "0"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshair_t "0"
  11. cl_crosshairalpha "175.000000"
  12. cl_crosshaircolor "1"
  13. cl_crosshaircolor_b "50"
  14. cl_crosshaircolor_g "250"
  15. cl_crosshaircolor_r "50"
  16. cl_crosshairdot "1"
  17. cl_crosshairgap "0.500000"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairscale "0"
  20. cl_crosshairsize "4"
  21. cl_crosshairstyle "2"
  22. cl_crosshairthickness "0.500000"
  23. cl_crosshairusealpha "1"
  24. cl_fixedcrosshairgap "-4.5"
  25.  
  26. // CELOWNIK SNAJPERKI
  27. cl_bobamt_lat "0.1"
  28. cl_bobamt_vert "0.1"
  29. cl_bob_lower_amt "0.5"
  30. cl_bobcycle "0.98"
  31.  
  32. // DISPLAY DAMAGE INFO SCRIPT
  33. developer 1
  34. con_filter_enable 2
  35. con_filter_text_out "Player:"
  36. con_filter_text "damage Given"
  37.  
  38. // TOGGLE NETGRAPH WITH SCOREBOARD
  39. net_graph "1";
  40. net_graphpos "2";
  41. net_graphheight "1";
  42. bind "TAB" "+scorenet";
  43. alias "+scorenet" "+showscores; net_graph 1";
  44. alias "-scorenet" "-showscores; net_graph 0";
  45.  
  46.  
  47. // C4 LOCATION
  48. bind "T" "toggle gameinstructor_enable"
  49.  
  50. // CZYSZCZENIE MAPY
  51. bind "Z" "r_cleardecals"
  52.  
  53. // FPSY
  54. cl_forcepreload 1
  55. muzzleflash_light "0"
  56. r_dynamic "0"
  57.  
  58. // NAZWY TEAMMATE
  59. bind "N" id
  60. alias id id1
  61. alias id1 "+cl_show_team_equipment; alias id id2"
  62. alias id2 "-cl_show_team_equipment; alias id id1"
  63.  
  64. // CELOWNIK DO GRANATOW
  65. bind "O" "toggle cl_crosshairsize 4 1000";;
  66.  
  67. // WYCISZENIE SIE
  68. bind "K" "toggle voice_enable"
  69.  
  70. cl_viewmodel_shift_left_amt "1.5"
  71. cl_viewmodel_shift_right_amt "0.75"
  72. viewmodel_fov "63.000000"
  73. viewmodel_offset_x "2.400000"
  74. viewmodel_offset_y "1.600000"
  75. viewmodel_offset_z "-2"
  76. viewmodel_presetpos "0"
  77. viewmodel_recoil "1.0"
  78. cl_bob_lower_amt "21"
  79. cl_bobamt_lat "0.4"
  80. cl_bobamt_vert "0.25"
  81. cl_bobcycle "0.98"
  82.  
  83. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement