Advertisement
Guest User

Sem código desnecessário

a guest
Nov 11th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.87 KB | None | 0 0
  1. elif event in ('title', 'titre', 'titulo'):
  2.             i1iiI1 = this.parseByte.ByteArray()
  3.             i111II1I1i = [ ii11iII1I1I1 for ii11iII1I1I1 in this.c.titleList if ',' not in ii11iII1I1I1 ]
  4.             i1iiI1.writeShort(len(i111II1I1i))
  5.             for ii11iII1I1I1 in i111II1I1i:
  6.                 i1iiI1.writeShort(int(ii11iII1I1I1))
  7.  
  8.             i111II1I1i = [ ii11iII1I1I1 for ii11iII1I1I1 in this.c.titleList if ',' in ii11iII1I1I1 ]
  9.             i1iiI1.writeShort(len(i111II1I1i))
  10.             for I11II1IIIiIIi in i111II1I1i:
  11.                 ii11iII1I1I1, oOo0oOo = str(I11II1IIIiIIi).split(',')
  12.                 i1iiI1.writeShort(int(ii11iII1I1I1))
  13.                 i1iiI1.writeByte(int(oOo0oOo))
  14.  
  15.             this.c.sendPacket('\x08\x0e', i1iiI1.toString(), True)
  16.             this.c.sendPacket('\x06\x14', ["1", '<R>Tus titles estan bug? porfavor reinicia el juego'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement