Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. con_enable "1"
  2.  
  3. echo Config Loaded! (1/2)
  4.  
  5. // Crosshair
  6. cl_crosshair_drawoutline "0"
  7. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  8. cl_crosshair_dynamic_splitalpha_innermod "1"
  9. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  10. cl_crosshair_dynamic_splitdist "7"
  11. cl_crosshair_outlinethickness "1"
  12. cl_crosshair_sniper_show_normal_inaccuracy "0"
  13. cl_crosshair_sniper_width "1"
  14. cl_crosshairalpha "255"
  15. cl_crosshaircolor "1"
  16. cl_crosshaircolor_b "0"
  17. cl_crosshaircolor_g "0"
  18. cl_crosshaircolor_r "250"
  19. cl_crosshairdot "0"
  20. cl_crosshairgap "-1"
  21. cl_crosshairgap_useweaponvalue "0"
  22. cl_crosshairscale "0"
  23. cl_crosshairsize "4"
  24. cl_crosshairstyle "4"
  25. cl_crosshairthickness "1"
  26. cl_crosshairusealpha "1"
  27. cl_fixedcrosshairgap "-4.5"
  28.  
  29.  
  30.  
  31. // Viewmodel
  32. viewmodel_presetpos "3"
  33. viewmodel_fov "68"
  34. viewmodel_offset_x "2.5"
  35. viewmodel_offset_y "1"
  36. viewmodel_offset_z "-2"
  37.  
  38.  
  39. // Bob
  40. cl_bob_lower_amt "15"
  41. cl_bobamt_lat "0.1"
  42. cl_bobamt_vert "0.1"
  43. cl_bobcycle "0.98"
  44. cl_viewmodel_shift_left_amt "0"
  45. cl_viewmodel_shift_right_amt "0"
  46.  
  47. // Binduri
  48. bind "kp_end" "buy p90"
  49. bind "kp_downarrow" "buy m4a1;buy ak47"
  50. bind "kp_pgdn" "buy awp"
  51. bind "kp_leftarrow" "buy molotov;buy incgrenade"
  52. bind "kp_5" "buy p250"
  53. bind "kp_rightarrow" "buy fiveseven;buy tec9"
  54. bind "kp_home" "buy flashbang"
  55. bind "kp_uparrow" "buy smokegrenade"
  56. bind "kp_pgup" "buy hegrenade"
  57. bind "kp_minus" "buy deagle"
  58. bind "kp_plus" "buy vest"
  59. bind "kp_enter" "buy vesthelm"
  60. bind "kp_del" "buy sg008"
  61. bind "kp_ins" "buy famas;buy galilar"
  62. bind "uparrow" "buy mp9;buy mac10"
  63. bind "downarrow" "buy mp7"
  64. bind "mouse5" "toggle cl_righthand 0 1"
  65. bind "mouse3" "r_cleardecals"
  66. bind "q" "use weapon_flashbang"
  67. bind "rightarrow" "buy defuser"
  68.  
  69.  
  70. // Fara tutoriale si mesaje ajutatoare(FPS BOOST)
  71. gameinstructor_enable "0"
  72. cl_showhelp "0"
  73. cl_autohelp "0"
  74. cl_disablefreezecam "1"
  75. cl_disablehtmlmotd "1"
  76.  
  77. // Rates (Setari pentru cel mai bun ping)
  78. rate "128000"
  79. cl_cmdrate "128"
  80. cl_updaterate "128"
  81. cl_interp_ratio "1"
  82. cl_interp "0.031000"
  83. cl_lagcompensation "1"
  84. cl_predict "1"
  85. cl_predictweapons "1"
  86.  
  87.  
  88.  
  89. // Net
  90. fps_max "300"
  91. net_graph "1"
  92. net_graphheight "0"
  93. net_graphmsecs "400"
  94. net_graphpos "2"
  95. net_graphproportionalfont "0"
  96. net_graphshowinterp "1"
  97. net_graphshowlatency "1"
  98. net_graphsolid "1"
  99. net_graphtext "1"
  100. net_maxroutable "1200"
  101. net_scale "5"
  102.  
  103. // Altele
  104. r_drawtracers_firstperson "0"
  105. cl_use_opens_buy_menu "0"
  106.  
  107.  
  108. // Modificari la hud-uri
  109. hud_scaling "0.70"
  110. hud_showtargetid "1"
  111. cl_hud_bomb_under_radar "1"
  112. cl_hud_color "8"
  113. cl_hud_radar_scale "1.3"
  114. cl_radar_scale "0.4"
  115. cl_radar_always_centered "0"
  116. cl_hud_playercount_showcount "0"
  117. cl_hud_playercount_pos "0"
  118. cl_hud_healthammo_style "1"
  119. cl_hud_background_alpha "0.9"
  120. cl_loadout_colorweaponnames "1"
  121. cl_radar_icon_scale_min "0.8"
  122. cl_showloadout "1"
  123. safezonex "1"
  124. safezoney "1"
  125.  
  126.  
  127. //Jump throw
  128. alias "+jumpthrow" "+jump;-attack"
  129. alias "-jumpthrow" "-jump"
  130. bind "mouse4" "+jumpthrow"
  131.  
  132. echo Config Loaded! (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement