Added Damage Popups

This commit is contained in:
Cooldude2606
2019-03-22 23:02:10 +00:00
parent 6a4967645b
commit 29c542f391
7 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
--- A combination of config settings for different popup values like chat and damage
return {
show_player_messages=true, -- weather a message in chat will make a popup above them
show_player_mentions=true, -- weather a mentioned player will have a popup when mentioned in chat
show_player_damage=true, -- weather to show damage done by players
show_player_health=true -- weather to show player health when attacked
}