i'm trying to make a new byte in this opcode
Here [(byte)7] give pink color notice
how can make for example [(byte)20] green color
I have followed an explanation of florian0
[Only registered and activated users can see links. Click Here To Register...]
but I could not do it.
can anyone help me about it ??
PHP Code:
Packet packet = new Packet(0x3026);
packet.WriteUInt8((byte)7);
packet.WriteAscii(Message);
this.ServerSecurity.Send(packet);
Send(false);
Here [(byte)7] give pink color notice
how can make for example [(byte)20] green color
I have followed an explanation of florian0
[Only registered and activated users can see links. Click Here To Register...]
but I could not do it.
can anyone help me about it ??