ðŧInstallation
Insert the resource to the resoureces folder
Rename the folder to ars_policejob
Configure the config
config.lua
as your likingsStart the resource in server.cfg by inserting
ensure ars_policejob
Create these items in ox_inventory/data/items.lua
['handcuffs'] = {
label = 'handcuffs',
weight = 1,
},
['lockpick'] = {
label = 'Lockpick',
weight = 160,
client = {
export = 'ars_policejob.breakCuffs'
}
},
Last updated