Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. case 200:
  2. int l8 = inStream.readUnsignedWord();
  3. int i15 = inStream.readSignedWord();
  4. RSInterface class9_4 = RSInterface.interfaceCache[l8];
  5. class9_4.disabledAnimation = i15;
  6. if(i15 == 591 || i15 == 588)
  7. {
  8. class9_4.modelZoom = 1600;
  9. }
  10. if(i15 == -1) {
  11. class9_4.animationLength = 0;
  12. class9_4.animationDelay = 0;
  13. }
  14. pktType = -1;
  15. return true;
  16.  
  17.  
  18. Player.java
  19.  
  20. public int disabledAnimation;
  21. public int enabledAnimation;
  22. public int animationLength;
  23. public int animationDelay;
Add Comment
Please, Sign In to add comment