Installation

Add this to your ox-inventory shared items file

['burnerphone'] = {
    label = 'Burner Phone',
    weight = 100,
    stack = false,
    close = true,
    description = 'A weird phone, wonder what it does',
    client = {
        export = 'tropic-blackmarket.usePhone'
    }
},

If using qb-inventory

 burnerphone                     = { name = 'burnerphone', label = 'Burner Phone', weight = 100, type = 'item', image = 'burnerphone.png', unique = true, useable = true, shouldClose = true, description = '' },

If you do not to use an item, refer to the functions page If you do not want to have police be alerted, set the alert chance to 0 and disregard the dispatch dependence Enjoy! You can let us know if theres any issues or if you have any questions here

Last updated