Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. sv_cheats 1
  2.  
  3. sv_grenade_trajectory 1
  4. sv_grenade_trajectory_thickness 1
  5. sv_grenade_trajectory_time 5
  6. sv_infinite_ammo 1
  7. sv_showimpacts 1
  8. sv_showimpacts_time 1
  9.  
  10. mp_autokick 0
  11. mp_roundtime 60
  12. mp_roundtime_defuse 60
  13. mp_roundtime_hostage 60
  14. mp_freezetime 0
  15. mp_warmuptime 0
  16. mp_warmup_end
  17.  
  18. //ff_damage_reduction_grenade 0
  19. //ff_damage_reduction_bullets 0
  20. //ff_damage_reduction_other 0
  21. //ff_damage_reduction_grenade_self 0
  22.  
  23. mp_respawn_on_death_t 1
  24. mp_respawn_on_death_ct 1
  25.  
  26. mp_ct_default_grenades "weapon_hegrenade weapon_flashbang weapon_smokegrenade weapon_molotov weapon_decoy"
  27. mp_t_default_grenades "weapon_hegrenade weapon_flashbang weapon_smokegrenade weapon_molotov weapon_decoy"
  28. mp_ct_default_secondary "weapon_deagle"
  29. mp_ct_default_primary "weapon_awp"
  30. mp_t_default_secondary "weapon_deagle"
  31. mp_t_default_primary "weapon_awp"
  32.  
  33. mp_maxmoney 100000
  34. mp_startmoney 100000
  35. mp_buy_anywhere 1
  36. mp_buytime 9999
  37.  
  38. mp_restartgame 1
  39.  
  40. ammo_grenade_limit_flashbang 1
  41. ammo_grenade_limit_total 5
  42.  
  43. give weapon_hegrenade
  44. give weapon_flashbang
  45. give weapon_smokegrenade
  46. give weapon_molotov
  47. give weapon_decoy
  48.  
  49. bot_kick all
  50.  
  51. // Save locations
  52. //bind "F5" "con_logfile cfg\F5.cfg; getpos_exact; con_logfile 0"
  53. //bind "F6" "con_logfile cfg\F6.cfg; getpos_exact; con_logfile 0"
  54. //bind "F7" "con_logfile cfg\F7.cfg; getpos_exact; con_logfile 0"
  55. //bind "F8" "con_logfile cfg\F8.cfg; getpos_exact; con_logfile 0"
  56.  
  57. // Load locations
  58. //bind "F1" "exec F5.cfg"
  59. //bind "F2" "exec F6.cfg"
  60. //bind "F3" "exec F7.cfg"
  61. //bind "F4" "exec F8.cfg"
  62.  
  63. echo Grenade Practice Script Enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement