Internal Script
Lokasi Konfigurasi
Mau tidak ada hud ketika tidak di dalam match?
local statusku = {
action = 'update',
show = false,
health = 100,
armor = 0,
clip = 0,
other = 0,
position = 'normal',
oxy = 100,
senjata = cache.weapon
}Mau Show / Hide HUD?
exports['pubg-hud']:ShowHud()
exports['pubg-hud']:HideHud()Last updated