Advertisement
CREONIX

ANTI TEAM KILL DARKRP

Dec 5th, 2016
339
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. hook.Add("PlayerShouldTakeDamage", "anti_teamkill", function( ply, attacker )
  2.  
  3.     if ply:isCP() and attacker:IsPlayer() and attacker:isCP() then
  4.  
  5.         return false
  6.  
  7.     end
  8.  
  9. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement