Initial Commit

This commit is contained in:
2026-01-04 18:21:33 -06:00
commit 1d676526fe
133 changed files with 10359 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
if ES then --ExclServer support
if CLIENT then
hook.Add("ESSupressCustomVoice","JB.SupressESVoice",function()
return true
end)
end
end