Advertisement
Bambus3k

Untitled

Nov 29th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #ifdef ENABLE_SUPPORT_SYSTEM
  2. if (rVictim.GetInstanceType() == TYPE_NPC && rVictim.GetRace() == 3)
  3. {
  4. return false;
  5. }
  6. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement