Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onTarget(target)
- if self:isPlayer() and target:isPlayer() then
- if self:hasSecureMode()== true then
- return RET_YOUMAYNOTATTACKTHISPLAYER
- end
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement