📕
fmid Documentation
  • fmid Documentation
  • 🚘 fmid_garasi (2023)
    • client
    • Integrasi
    • Additional Commands
    • Pembuatan Garasi
    • Hooks
  • ♻️ fmid_loop
    • Contoh Penggunaan 1
  • 🔳fmid_poly
    • Getting Started
    • Usage
  • fmid_garasi 2.0
    • client
    • server
      • exports
      • commands
    • data
  • 🧠fmid_secure
    • Getting Started
    • Client
    • Server
  • fmid_split
    • Setup
  • 💃fmid_danceroom
    • External Script
    • Internal Script
    • Commands
  • 🧛fmid_ko
    • Internal
    • Integrasi
    • ox_lib Additional
  • 🔫pubg-hud
    • Integrasi ox_inventory
    • Integrasi ox_lib
    • Internal Script
Powered by GitBook
On this page
  • Lokasi Konfigurasi
  • Mau tidak ada hud ketika tidak di dalam match?
  • Mau Show / Hide HUD?
  1. pubg-hud

Internal Script

Lokasi Konfigurasi

lokasinya ada di irham.lua bagian line 1 - 11

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
}

dan uncomment pada line 31 - 38 (onResourceStart)

Mau Show / Hide HUD?

exports['pubg-hud']:ShowHud()
exports['pubg-hud']:HideHud()

PreviousIntegrasi ox_lib

Last updated 1 year ago

🔫