Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <<SERVER>>
  2.  
  3. ON START
  4. compile files
  5. zip files
  6. save rpack file
  7. hash file
  8.  
  9. <<CLIENT>>
  10.  
  11. ON JOIN
  12. if rpack not exists
  13. request pack from server
  14. else
  15. generate rpack hash
  16. send to server
  17. endif
  18.  
  19. <<SERVER>>
  20. if requested or hash different
  21. send rpack file
  22. endif
  23.  
  24. <<CLIENT>>
  25. save rpack file
  26. hash file
  27. load rpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement