elitepvpers
elitepvpers
>
CO2 Private Server
>
[Question]Displaying Packets
« full version
[Question]Displaying Packets
01/11/2009 03:35
GrandSlam
#1
just asking how to put that option back in there to display packets in the console
Help is appreciated and THanx
01/11/2009 12:40
_Emme_
#2
The packets that the server sends out? Sure.
Search for:
switch (PacketId)
Above, add :
Console.WriteLine("Server sent PacketID : " + PacketId);
And if you use the 1010 packet for example, it will come out like this:
Server sent PacketID 1010