Advertisement
Guest User

cfg treino

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. / CFG de TREINO
  2.  
  3. bot_difficulty 3
  4. bot_kick
  5. bot_chatter off
  6. // volume 0.015
  7. // volume 0.095
  8. // volume faz microfone em 100% com 20db de bassboost
  9. volume 0.07 // para 100% com 10db de impulso
  10.  
  11. bind capslock noclip
  12.  
  13. sv_infinite_ammo 1
  14.  
  15.  
  16. sv_cheats 1
  17. sv_grenade_trajectory 1
  18. sv_showimpacts 1
  19. sv_showimpacts_time 0.4
  20. sv_spec_hear 1
  21. sv_alltalk 1
  22. sv_deadtalk 1
  23. sv_full_alltalk 1
  24. sv_damage_print_enable 1
  25. cl_showpos 1 // mostra velocidade
  26.  
  27. sv_noclipspeed 4
  28.  
  29.  
  30. mp_autokick 0
  31. mp_autoteambalance 0
  32. mp_limitteams 0
  33. mp_freezetime 2
  34. mp_maxmoney 50000
  35. mp_startmoney 50000
  36. mp_buytime 99999
  37. mp_buy_anywhere 1
  38. mp_forcecamera 0
  39. mp_friendlyfire 1
  40. mp_solid_teammates 1
  41. mp_spawnprotectiontime 0
  42. mp_spectators_max 99
  43. mp_td_dmgtokick 0
  44. mp_teammates_are_enemies 0
  45. mp_timelimit 99999
  46. mp_tkpunish 0
  47. mp_roundtime 60
  48. mp_roundtime_defuse 60
  49. mp_roundtime_hostage 60
  50.  
  51. ammo_grenade_limit_default "999"
  52. ammo_grenade_limit_flashbang "999"
  53. ammo_grenade_limit_total "99999"
  54.  
  55.  
  56. mp_respawn_on_death_ct 1
  57. mp_respawn_on_death_t 1
  58. mp_round_restart_delay 2
  59.  
  60. sv_airaccelerate 150
  61.  
  62. echo "+ =================================================== ==================== + "
  63. Echo "| F1 | F2 | F3 | F4 |"
  64. Echo "| Reiniciar | Mostrar impactos | Municao infinita | BOTs atiram |"
  65. eco "| ---------------- | ---------------- | ------------- --- | ---------------- | "
  66. eco "| F5 | F6 | F7 | F8 |"
  67. Echo "| Kickar BOTS | Adicionar BOT TR | Adicionar BOT CT | Menu de Demos |"
  68. eco "| ---------------- | ---------------- | ------------- --- | ---------------- | "
  69. eco "| F9 | F10 | F11 | F12 |"
  70. Echo "| Velocidade 50% | Velocidade 100% | Velocidade 300% | Velocidade 999% |"
  71. echo "+ =================================================== ==================== + "
  72.  
  73.  
  74. bind "o" "firstperson"
  75. echo bind "o" "firstperson"
  76. bind "p" "thirdperson"
  77. echo bind "p" "thirdperson"
  78.  
  79. eco ""
  80. vincular "F1" "mp_restartgame 1"
  81. vincular "F2" "alternar sv_showimpacts"
  82. bind "F3" "toggle sv_infinite_ammo"
  83. vincular "F4" "alternar bot_dont_shoot"
  84.  
  85. vincular "f5" "bot_kick"
  86. vincular "F6" "bot_add_t"
  87. vincular "F7" "bot_add_ct"
  88. vincular "F8" "demoui"
  89.  
  90. bind "F9" "host_timescale 0.5; demo_timescale 0.4"
  91. bind "F10" "host_timescale 1; demo_timescale 1"
  92. bind "F11" "host_timescale 2; demo_timescale 3"
  93. vincular "F12" "host_timescale 5; demo_timescale 10"
  94.  
  95.  
  96. sv_staminajumpcost 0
  97. sv_staminalandcost 0
  98. sv_staminamax 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement