Advertisement
Bitupx

Untitled

Nov 2nd, 2022 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function onTarget(target)
  2. if self:isPlayer() and target:isPlayer() then
  3. if self:hasSecureMode()== true then
  4.  
  5. return RET_YOUMAYNOTATTACKTHISPLAYER
  6. end
  7. end
  8. return true
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement