Advertisement
EgorkaEK

Untitled

Sep 24th, 2021
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local disablefeed = true
  2.  
  3. hook.Add("DrawDeathNotice", "DisableKills", function()
  4. if disablefeed then
  5. return 0,0
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement