Skip to content

Simple FiveM script allowing players to start fire using lighter item.

Notifications You must be signed in to change notification settings

fnbar0/fivem-working-lighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fivem-working-lighter

Simple FiveM script allowing players to start fire using lighter item.

Video

https://www.youtube.com/watch?v=bs7Isb54We8

Resource Installation

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

Dependencies

About

Simple FiveM script allowing players to start fire using lighter item.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages