Skip to content

naufalmulyarizki/naufal-idabovehead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naufal Id Above Player

Id Above Player QBCORE/QBX or ESX

Features

  • Id Above Player Custom

Installation

  • Add Resource core (esx or qb)
  • Add Resource library ox lib

Shared settings

Naufal = {
    fn = {},
}

Naufal.fn.input = function(src, title, data)
    return lib.callback.await('ui:ip', src, title, data)
end

lib.callback.register('ui:ip', function(heading, rows, options)
    return lib.inputDialog(heading, rows, options)
end)    

Previews

previewoxlib previewingame

Previews Resmon Client Side

previewresmonside

Dependencies

Export

    -- state : true/false
    exports['naufal-idabovehead']:toggleIdKepala(state)

Config Tambahan Buat Kamu Show Id Ketika Buka Kantong Pada OX Inventory

  1. Cari code if inv == 'trunk' then
  2. Taruh di atasnya code diatas dengan code exports['naufal-idabovehead']:toggleIdKepala(true)
  3. Selanjutnya cari code function client.closeInventory
  4. Taruh di paling bawah dengan code exports['naufal-idabovehead']:toggleIdKepala(false)

previewoxlib

Github Star History

Star History Chart