Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. hook.Add("PlayerShouldTakeDamage", "Slawer:PlayerShouldTakeDamage", function( pPlayer, entAttacker )
  2.     if entAttacker:IsPlayer() && pPlayer:Team() == entAttacker:Team() then return false end
  3. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement