Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. cl_forcepreload 1
  2. sv_forcepreload 1
  3.  
  4. host_name_store 1
  5. host_info_show 1
  6. host_players_show 2
  7. sv_visiblemaxplayers 32
  8.  
  9. sv_lan 0
  10. sv_cheats 0
  11. mp_friendlyfire 0
  12. sm_stats_enabled 1
  13. sm_stats_startpoints 1000
  14. sm_stats_displaymode 0
  15.  
  16. mp_maxrounds 0
  17. mp_timelimit 80
  18. mp_autoteambalance 1
  19. mp_limitteams 1
  20. mp_roundtime 3
  21. sv_hibernate_when_empty 0
  22. sv_accelerate_use_weapon_speed 0
  23. sv_autobunnyhopping 1
  24. sv_enablebunnyhopping 1
  25. sv_airaccelerate 9999
  26. sv_accelerate 5.5
  27. sv_alltalk 1
  28. sv_gravity 800
  29. mp_autokick 0
  30. sv_broadcast_ugc_downloads 1
  31. sv_broadcast_ugc_download_progress_interval 5
  32. sv_full_alltalk 1
  33. mp_do_warmup_period 0
  34. sv_clamp_unsafe_velocities 0
  35. mp_round_restart_delay 1
  36. sv_timebetweenducks 0
  37. weapon_air_spread_scale "0.00"
  38. mp_match_end_changelevel 1
  39.  
  40. sv_staminamax 0
  41. sv_staminajumpcost 0
  42. sv_staminalandcost 0
  43. sv_staminarecoveryrate 0
  44.  
  45. //Hidden CVars - AlliedModders
  46. sv_hibernate_when_empty 0
  47. sv_hibernate_postgame_delay 0
  48. sv_hibernate_ms 0
  49. sv_hibernate_ms_vgui 0
  50. sv_max_queries_sec_global 9999
  51. sv_max_queries_sec 9999
  52. sv_max_queries_window 9999
  53.  
  54. sv_pure 0
  55. sv_pure_kick_clients 0
  56.  
  57. sm_advertisements_interval "60"
  58.  
  59. sv_region 3
  60.  
  61. sv_allowdownload 1
  62. sv_allowupload 1
  63. sv_downloadurl "http://kennethslg.snow.seedhost.eu/fastdl/CPH-Gaming/multi/"
  64.  
  65. sm_accessbygroup_groupid "4898013" //Steam Group ID32 (Replace with yours)
  66.  
  67. sm_showdamage_style "1" // Choose the style that you prefer. Possible style are 1 or 2. By default is style 1
  68.  
  69. sm_csgonewitems_healthshot "1" // Enable or disable healthshot on spawn
  70. sm_csgonewitems_tagrenade "1" // Enable or disable tagrenade on spawn
  71. sm_csgonewitems_adminflag "o" // Admin flag required to use csgonewitems. 0 = No flag needed. Can use a b c ....
  72.  
  73. sm_namereward_time "60.0" // Every X seconds give credits.
  74. sm_namereward_credits "10" // How much credits to give.
  75. sm_namereward_advert "CPH-Gaming.dk" // what website they need to have on steam name.
  76.  
  77. sm_nametag_viponly "1"
  78. sm_nametag_vipflags "o"
  79.  
  80. sm_store_custom_credits o 2
  81.  
  82. sv_holiday_mode 0
  83. sv_prime_accounts_only "1"
  84.  
  85. writeid
  86. writeip
  87. exec banned_user.cfg
  88. exec banned_ip.cfg
  89.  
  90.  
  91. tv_enable 0
  92. tv_name "www.CPH-Gaming.dk"
  93.  
  94. // 102.4 tick
  95. sv_maxrate 0
  96. sv_minrate 196608
  97. sm_cvar sv_maxcmdrate "102.4"
  98. sv_mincmdrate "102.4"
  99. sv_minupdaterate "102.4"
  100. sm_cvar sv_maxupdaterate "102.4"
  101. fps_max "1000"
  102. sv_clockcorrection_msecs 30
  103. sv_maxusrcmdprocessticks_holdaim 1
  104. sv_maxusrcmdprocessticks 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement