Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. sv_cheats "1"
  2. sv_allow_wait_command "1"
  3. tf_weapon_criticals "0"
  4. tf_damage_disablespread "1"
  5. tf_use_fixed_weaponspreads "1"
  6. mp_waitingforplayers_cancel "1"
  7. mp_disable_respawn_times "1"
  8.  
  9. //Regen
  10. give func_regenerate
  11. bind mouse1 "+attack; impulse 101"
  12. alias regen "give func_regenerate; alias regenloop +loop; regenloop"
  13. alias unregen "ent_Fire !self sethealth 200; alias regenloop null"
  14. alias regenloop "+loop"
  15. alias +loop "impulse 101;wait 100;-loop"
  16. alias -loop "wait 100;regenloop"
  17. regen
  18.  
  19. echo "#### Regen activated ####"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement