Advertisement
Guest User

Untitled

a guest
May 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (CFlyingManager::instance().GetMapManagerPtr()->GetMapOutdoorRef().GetName() == "metin2_map_oxevent")
  2. return false;
  3.  
  4. if (rVictim.GetRace() >= 34001 && rVictim.GetRace() <= 34099)
  5. return FALSE;
  6.  
  7. if (rVictim.GetRace() >= 30000 && rVictim.GetRace() <= 30001)
  8. return FALSE;
  9.  
  10. if (rVictim.IsDead())
  11. return FALSE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement