ox_inventory
Images:
Go to
dynyx_multijob\images
and copy all the imagesLocate the
ox_inventory\web\images
folderAnd paste all the images in there
Items:
Copy the following code
Go to the bottom of
ox_inventory\data\items.lua
Paste all the items before the last
}
["job_phone"] = {
label = "Job Phone",
weight = 500,
close = true,
stack = true,
description = "A phone for managing your job tasks. Use it to clock in/out and switch between jobs.",
server = {
export = 'dynyx_multijob.usejobp',
}
},
Last updated