qs-inventory

Images:

  1. Go to dynyx_multijob\images and copy all the images

  2. Locate the qs-inventory\html\images folder

  3. And paste all the images in there

Items:

  1. Copy the following code

  2. Go to the bottom of qs-inventory\shared\items.lua

  3. Paste all the items before the last }

['job_phone'] = {
    ['name'] = 'job_phone',
    ['label'] = 'Job Phone',
    ['weight'] = 500,
    ['type'] = 'item',
    ['image'] = 'job_phone.png',
    ['unique'] = true,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'A phone for managing your job tasks. Use it to clock in/out and switch between jobs.'
},

Last updated