[Request/Help]/fire script

Is it possible that when you type /fire that a fire start at the place you are standing? :slight_smile:

This can maby help:

Sure, it would be possible. Here is a script I whipped up in a few minutes. Pressing F6 starts a fire in Trevorโ€™s meth lab in sandy shores, upstairs of the Ace Liquor store.

Citizen.CreateThread(function()
	while true do
		Citizen.Wait(0)
		if IsControlPressed(1, 167) then
		StartScriptFire (1390.36, 3604.28, 38.0179, 25, false)
		end
	end
end)
3 Likes

Amazing! Thank you! :heart: :heart: :heart: :heart: :heart: