Disable GMod death sound
This commit is contained in:
parent
79ca331ada
commit
c3d5516aa8
|
@ -143,6 +143,10 @@ if CLIENT then
|
|||
end)
|
||||
end
|
||||
|
||||
hook.Add( "PlayerDeathSound", "Benny_PlayerDeathSound", function( ply )
|
||||
return true -- we don't want the default sound!
|
||||
end )
|
||||
|
||||
function GM:ShowHelp( ply )
|
||||
if SERVER then
|
||||
ply:SendLua( [[OpenSMenu()]] )
|
||||
|
|
Loading…
Reference in New Issue