Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function onGeneralChat(p)
  2. local uID = p:Decode4()
  3. p:Decode1()
  4. szStr = p:DecodeStr()
  5. if szStr:sub(1,1) == '.' then
  6. logInfo("Received . Updating Timestamp");
  7. count = count + 360;
  8. p = COutPacket(0x13E);
  9. p:Encode4(count);
  10. sendPacket(p);
  11. --movethePlayer();
  12. end
  13. end
Add Comment
Please, Sign In to add comment