Skip to content

Abel-Gaming/FireHydrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Hydrant Script [STANDALONE]

Connect to hydrants to fight fires!

Dependencies

BT-Target Code

Place the following code at the bottom of the client.lua file of bt-target

-- Fire Hydrants --
Citizen.CreateThread(function()
	local hydrants = {
        200846641,
		687935120,
		-366155374,
		-97646180
    }
    AddTargetModel(hydrants, {
        options = {
            {
                event = "esx_FireHydrant:Connect",
                icon = "fas fa-link",
                label = "Connect",
            }
        },
        job = {"all"},
        distance = 2.5
    })
end)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages