Packet problem

01/06/2012 00:46 I don't have a username#1
Fixed thanks to CptSky.
01/06/2012 02:36 CptSky#2
Code:
if (Packet.From.Length >= 16)
And if From is less than 16, it will never appear in the packet :rolleyes:
01/06/2012 07:20 I don't have a username#3
Quote:
Originally Posted by CptSky View Post
Code:
if (Packet.From.Length >= 16)
And if From is less than 16, it will never appear in the packet :rolleyes:
I see my mistakes now LOL xD thanks.