Sanriku-Gaming / qb-policejob

Rework of qb-policejob
GNU General Public License v3.0
8 stars 1 forks source link

qb-policejob

Police Job for QB-Core Framework :police_officer:

This is an edited version of the official qb-policejob with added features.

For help, questions and other resources you can join my discord : Hi-Dev

If you like my work and want to support me : ko-fi

Features

New

v1.3.0

v1.3.1

Existing

Installation

    ['broken_handcuffs']             = {['name'] = 'broken_handcuffs',              ['label'] = 'Broken Handcuffs',         ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'broken_handcuffs.png',     ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'It\'s broken, maybe you can repair it?'},
    ['cuffkeys']                     = {['name'] = 'cuffkeys',                      ['label'] = 'Cuff Keys',                ['weight'] = 75,        ['type'] = 'item',      ['image'] = 'cuffkeys.png',             ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Set them free !'},
    ['ziptie']                       = {['name'] = 'ziptie',                        ['label'] = 'ZipTie',                   ['weight'] = 50,        ['type'] = 'item',      ['image'] = 'ziptie.png',               ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Comes in handy when people misbehave. Maybe it can be used for something else?'},
    ['flush_cutter']                 = {['name'] = 'flush_cutter',                  ['label'] = 'Flush Cutter',             ['weight'] = 50,        ['type'] = 'item',      ['image'] = 'flush_cutter.png',         ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Comes in handy when you want to cut zipties..'},
    ['bolt_cutter']                  = {['name'] = 'bolt_cutter',                   ['label'] = 'Bolt Cutter',              ['weight'] = 50,        ['type'] = 'item',      ['image'] = 'bolt_cutter.png',          ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Wanna cut some metal items ?'},

Dependencies

Commands

Manual