Brunoo16 / samp-packet-list

A list with SA-MP's packets documented.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing some packets from packet list

NexiusTailer opened this issue · comments

ID_MARKERS_SYNC - ID 208 and ID_RCON_RESPONCE - ID 202 isn't listed in outgoing/incoming packets.

Some other (but not so useful as above) packets can be found here:
https://github.com/cizaquita/FakeSAMP/blob/master/raknet/PacketEnumerations.h

Other notes:
Is seems that ID_CONNECTION_REQUEST_ACCEPTED and ID_CONNECTION_ATTEMPT_FAILED according to its names are outgoing packets, not incoming. Am I right?

I just moved the two packets you mentioned to the correct category, thanks.

I think there is also a link here you've forgotten about:

ID_MARKERS_SYNC - ID 208 and ID_RCON_RESPONCE - ID 202 isn't listed in outgoing/incoming packets.

Some other (but not so useful as above) packets can be found here:
https://github.com/cizaquita/FakeSAMP/blob/master/raknet/PacketEnumerations.h