I'm going to assume you got the revtype == 8 from byte RevType = Data[8];Quote:
alrite so I searched my whole packetHandler and thus far I have found the case 94 well here's mine and tell me if its correct or if its wrong(please tell me how to improve it by giving me examples etc...)
Code:case 94: { byte RevType = Data[8]; if (RevType == 8) PacketHandling.Revive.Handle(GC, Data); else PacketHandling.ReviveHere.Handle(Data, GC); break; }
sure do buddy :)! Ill make sure I get it next time :handsdown:Quote:
I'm going to assume you got the revtype == 8 from byte RevType = Data[8];
Well for future reference Data[8] or any number inside of there is the byte from the packet, so Data[8] is reading the 8th byte of packet 94.
Understand?
since ... map status packet has been added ( like forever)... the rev here was added too...they go hand in hand...Quote:
i dont care about the patch tbh. im using 5017 lol