1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Added all hudbars by @Wuzzy2

- Removed hud (incompatible)
 - Copied all hunger.lua's values in new hunger.lua (hbhunger)
 - Added hbhunger, hbarmor
 - Updated sprint mod
This commit is contained in:
LeMagnesium
2015-06-16 19:22:40 +02:00
parent 3f9ffdcb8f
commit bd86d9d8f4
42 changed files with 864 additions and 1006 deletions

View File

@ -0,0 +1,9 @@
-- If true, automatically hides the armor when the player wears no armor.
-- Otherwise, the armor bar shows “0%”.
--hbarmor.autohide = true
-- Time difference in seconds between updates to the HUD armor bar.
-- Increase this number for slow servers.
-- hbarmor.tick = 0.1