Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. developer "1"
  2. con_enable "1"
  3. con_filter_enable "2"
  4. con_filter_text "Damage"
  5. con_filter_text_out Player:
  6. con_filter_text_out "game:mapgroupname"
  7. con_filter_text "game:map"
  8.  
  9. bind = "displaydamage"
  10. alias displaydamage "displaydamage_on"
  11. alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off"
  12. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement