Simple FiveM script allowing players to start fire using lighter item.
https://www.youtube.com/watch?v=bs7Isb54We8
- Download the repository
- Put the
fivem-working-lighter
folder in your resources directory - Add
ensure fivem-working-lighter
to your server config - If you use pure ESX, add
lighter
item into your database - If you use ox_inventory add the following code into
ox_inventory\data\items.lua
:
['lighter'] = {
label = 'Lighter',
weight = 145,
},