Advertisement
Guest User

Código à duplicar em ShopModule.py

a guest
Aug 14th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. packet.writeByte(len(this.client.clothes))
  2.  
  3. for clothe in this.client.clothes:
  4. clotheSplited = clothe.split("/")
  5. packet.writeUTF(clotheSplited[1] + ";" + clotheSplited[2] + ";" + clotheSplited[3])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement