Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public void updateThisPlayerMovement(stream str) {
  2. if (mapRegionDidChange) {
  3. str.createFrame(73);
  4. str.writeWordA(mapRegionX + 6); // for some reason the client substracts 6
  5. // from those values
  6. str.writeWord(mapRegionY + 6);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement