Files
VnUtest/garrysmod/addons/module_adminmod/lua/sam/player/cl_player.lua
2026-03-31 10:27:04 +03:00

9 lines
155 B
Lua

if SAM_LOADED then return end
local sam = sam
local netstream = sam.netstream
netstream.Hook("PlaySound", function(sound)
surface.PlaySound(sound)
end)