[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)
2 Likes

where does this go

Client-side script. Any script you want really

1 Like

Where exactly does this go?
“Client-side script. Any script you want really” doesn’t really tell me much.

Literally any Lua script that runs on the client, there’s no other way to put it lol