plz help me out with handling 09/01/2012 - Need for Speed World - 4 Replies plz any1 send me a hack with obtion handling perfect DarkTitties idk but handling is no like the others i think no work rest work thx
Packet Handling Ways 01/17/2012 - CO2 Private Server - 5 Replies well im interested in packet and i seen alot of examples of building packets so here is some examples
Heres Example of Attack Packets : 1st Example
public Attack(bool Create)
{
if (Create)
{
Buffer = new byte;
Socket Handling 11/03/2011 - CO2 Private Server - 3 Replies Well i wanna know smthing about sockets ...i wanna handle about 500 Player (As an example) how to know the max number of player that my socket can handle without getting players in my server ??
Handling Packets 10/19/2011 - CO2 Private Server - 0 Replies well iam learning Coding using C# Tutorials but i didnt find how to handle packets ..So any1 have tutorials or guides for that i'd be appreciate
[Question]New way of packet handling? 01/26/2011 - CO2 Private Server - 16 Replies I have been thinking, and to me it seems that a lot of the packet handlers (especially LOTF) are pretty large. Would it take up more resources to do something more dynamic such as the following? This is just an example obviously. But the main concept is there. The void would be your PacketID, the Arg1 would be your data. And it simply calls the method immediately rather then going through a case?
class Program
{
static void Main(string args)
{
string...