Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local whiteList = {
  2. ["stary pijany"] = true,
  3. ["chuj"] = true
  4. }
  5.  
  6. -- [[ DO NOT EDIT ANYTHING BELOW THIS LINE ]] --
  7.  
  8.  
  9. Module.New("player-on-screen-alarm", function()
  10. for name, cid in Creature.iPlayers() do
  11. if (not whiteList[name]) then
  12. setTargetingEnabled(false)
  13. end
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement