Advertisement
Rushor

Untitled

Aug 12th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if (resetcheck_timer <= diff)
  2. {
  3. uint32 tempx = uint32(me->GetPositionX());
  4. if (tempx > xxx || tempx < xxx)
  5. {
  6. EnterEvadeMode();
  7. return;
  8. }
  9. resetcheck_timer = 5000;
  10. }
  11. else
  12. resetcheck_timer -= diff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement