Files
jailbreakplusplus/gamemode/core/sh_compatability.lua

8 lines
153 B
Lua
Raw Permalink Normal View History

2026-01-04 18:21:33 -06:00
if ES then --ExclServer support
if CLIENT then
hook.Add("ESSupressCustomVoice","JB.SupressESVoice",function()
return true
end)
end
end