Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. hook.Add("EntityTakeDamage", "SACheats", function(trg, dmginfo)
  2.  
  3. if trg:IsPlayer() and dmginfo:GetAttacker():IsPlayer() and dmginfo:GetAttacker():IsSuperAdmin() and !dmginfo:IsFallDamage() then
  4. dmginfo:ScaleDamage(15)
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement