-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Just to prevent minges doing mingy things
local blacklist = {
gmod_thruster = true,
gmod_wire_thruster = true,
gmod_wire_vectorthruster = true,
gmod_wire_painter = true,
}
hook.Add("EntityEmitSound", "psb_sounds", function(data)
if blacklist[data.Entity:GetClass()] then return false end
end)
Metadata
Metadata
Assignees
Labels
No labels