Main/resources/[jobs]/[police]/gs_deployablelight/item
2025-06-07 08:51:21 +02:00
..
deployable_light.png first Commit 2025-06-07 08:51:21 +02:00
readme.md first Commit 2025-06-07 08:51:21 +02:00

If you have an inventory system (esx-inventory, qb-inventory or ox-inventory) you can add the item in the corresponding item.lua list.

For ox-inventory for instance, you add the following to ox-inventory/data/items.lua:

	['deployable_light'] = {
        label = 'Deployable Light',
        weight = 250,
		consume = 0,
		server = {
            export = 'gs_deployablelight.deployable_light',
        }
    },