Advertisement
HanysMSI

FamasCFG

Mar 16th, 2019
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Echo Celownik;
  2. cl_crosshair_drawoutline "0";
  3. cl_crosshair_dynamic_maxdist_splitratio "1";
  4. cl_crosshair_dynamic_splitalpha_innermod "0";
  5. cl_crosshair_dynamic_splitalpha_outermod "0.300000";
  6. cl_crosshair_dynamic_splitdist "12.000000";
  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 "250";
  12. cl_crosshaircolor "1";
  13. cl_crosshaircolor_b "0";
  14. cl_crosshaircolor_g "255";
  15. cl_crosshaircolor_r "0";
  16. cl_crosshairdot "1";
  17. cl_crosshairgap_useweaponvalue "0";
  18. cl_crosshairscale "3";
  19. cl_crosshairsize "4.500000";
  20. cl_crosshairstyle "4";
  21. cl_crosshairthickness "1.000000";
  22. cl_crosshairusealpha "1";
  23. cl_fixedcrosshairgap "-100";
  24. cl_crosshairgap 2;
  25.  
  26. Echo Krew;
  27. bind "w" "+forward; r_cleardecals";
  28. bind "s" "+back; r_cleardecals";
  29. bind "a" "+moveleft; r_cleardecals";
  30. bind "d" "+moveright; r_cleardecals";
  31.  
  32. Echo ID;
  33. bind "o" id;
  34. alias id id1;
  35. alias id1 "+cl_show_team_equipment; alias id id2";
  36. alias id2 "-cl_show_team_equipment; alias id id1";
  37.  
  38. Echo EQ;
  39. cl_showloadout 1;
  40.  
  41. Echo Fastnade;
  42. bind "z" "use weapon_knife;use weapon_flashbang";
  43. bind "x" "use weapon_knife;use weapon_hegrenade";
  44. bind "c" "use weapon_knife;use weapon_smokegrenade";
  45.  
  46. Echo Map preload;
  47. cl_forcepreload 1;
  48.  
  49. Echo Bomb E;
  50. bind "e" "+paka";
  51. alias "+paka" "+use; gameinstructor_enable 1";
  52. alias "-paka" "-use; gameinstructor_enable 0";
  53. Echo Bomb E;
  54.  
  55. Echo Nade Helper;
  56. unbind "mouse3";
  57. alias "-smoke" "cl_crosshairsize "4.500000";cl_crosshairdot "1";cl_crosshairgap 2;";
  58. alias "+smoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap -1";
  59. bind "mouse3" "+smoke";
  60.  
  61. Echo Myszka;
  62. sensitivity 2.54;
  63. cl_teammate_colors_show 1;
  64.  
  65. Echo JumpThrow Loaded;
  66. bind "n" "+jumpThrow";
  67. alias "+jumpThrow" "+jump; -attack";
  68. alias "-jumpThrow" "-jump";
  69. Echo JumpThrow Loaded;
  70.  
  71. Echo FPS unlock;
  72. fps_max 999;
  73. fps_max_menu 999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement