[Code Snippet] Disable Ammunation Ambient Gun Shots

Hey everyone! PERPGamer here with something everyone has been looking for, for a while!
This code snippet removes the ambient gunshots at Ammunation in the city!

Citizen.CreateThread(function()
	ClearAmbientZoneState("collision_ybmrar", false)
	SetAmbientZoneState("collision_ybmrar", false, false)
end)
1 Like