1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[police]/gs_deployablelight/item/readme.md
2025-06-07 08:51:21 +02:00

429 B

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',
        }
    },