Items
1. ox_inventory Configuration
['mdt'] = {
label = 'Mobile Data Terminal',
weight = 250,
stack = true,
consume = 0,
close = true,
description = "",
client = {
export = 'kartik-mdt.openMDT'
}
},
['dispatch'] = {
label = 'Dispatch',
weight = 250,
stack = true,
consume = 0,
close = true,
description = "",
client = {
export = 'kartik-mdt.openDispatch'
}
},
['bodycam'] = {
label = 'Bodycam',
weight = 250,
stack = true,
consume = 0,
close = true,
description = "",
client = {
export = 'kartik-mdt.ToggleBodycam',
remove = function(total)
if total < 1 then
TriggerServerEvent('kartik-mdt:server:removeBodycam')
end
end
}
},
['tracker'] = {
label = 'Tracker',
description = "The app that lets you track the whereabouts of your fellow mates.",
weight = 100,
consume = 0,
client = {
remove = function(total)
if total < 1 then
TriggerServerEvent('kartik-mdt:server:removePlayerBlip')
end
end
},
server = {
export = 'kartik-mdt.useTracker'
}
},2. qb-inventory Configuration
✅ Key Points to Remember:
Last updated