20.10.2017, 19:25
Quote:
|
Because the first 8 bytes are meaningless
I debugged samp udp messages once and it returned Код:
SAMP\u0000\u0000\u0001\u001d |
Ontopic: Each SA-MP netgame packet starts with an 8-bit (1 byte) header which is the packet identificator (there's a list of all packets posted somewhere in this topic)
Since pawn.raknet provides a simple interface with callbacks for intercepting packets (IPacket:**PACKET_ID**), the header is no more needed, so it is ignored.
//LE: DimaShift, most of those protections you wrote can already be scripted using current SA-MP callbacks. Going so low-level is just overkill.


