add sborka
This commit is contained in:
5
garrysmod/lua/autorun/server/sv_disable_sprays.lua
Normal file
5
garrysmod/lua/autorun/server/sv_disable_sprays.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Script to globally disable player sprays
|
||||
|
||||
hook.Add("PlayerSpray", "DisablePlayerSprays", function(ply)
|
||||
return true -- Returning true prevents the spray
|
||||
end)
|
||||
Reference in New Issue
Block a user