[Reupload] QTG Health Bar
Original Description
Github[github.com]
This mod can display various information of npc.
If you want to add more information, you can use a custom function (QTGHPBar.Addinfo) to add
Custom hook:
- QTG_OnHealthBarDrawText
Client ConVar:
- qtg_hpbar_on 1 – Enable or disable
- qtg_hpbar_bossbar 1 – Enable or disable boss bar
- qtg_hpbar_3d 0 – Enable 3D
- qtg_hpbar_showall 0 – Show all entities directly
- qtg_hpbar_r 0 – red
- qtg_hpbar_g 0 – greed
- qtg_hpbar_b 0 – blue
- qtg_hpbar_a 200 – alpha
- qtg_hpbar_distance 5000 – Visible distance
- qtg_hpbar_isboss 1500 – How much health will become a boss
- qtg_hpbar_entboss 0 – Entities will become bosses
Client Function:
- QTGHPBar.Addinfo(id = randomid,function(ent)) – Add npc info
Original Creator