Advertisement
hubs

Untitled

Feb 20th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function resourcePack(p: player, url: string, sha-1: string):
  2. set {_packet} to new play_server_resource_pack_send packet
  3. set string pinfo 0 of {_packet} to {_url}
  4. set string pinfo 1 of {_packet} to {_sha-1}
  5. send {_p} packet {_packet}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement