Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <<SERVER>>
- ON START
- compile files
- zip files
- save rpack file
- hash file
- <<CLIENT>>
- ON JOIN
- if rpack not exists
- request pack from server
- else
- generate rpack hash
- send to server
- endif
- <<SERVER>>
- if requested or hash different
- send rpack file
- endif
- <<CLIENT>>
- save rpack file
- hash file
- load rpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement