13.04.2018, 12:47
How do I read packets data? Like how would I know that data this packet has, what type of bits(8,16, etc).
Pretty confused, I would like to print out a packet example;
const RCON_CALL = 201;
This packet is called when player enter's /rcon
So how do I read data for it?
I would like to know how can I extract RPC id's.
Pretty confused, I would like to print out a packet example;
const RCON_CALL = 201;
This packet is called when player enter's /rcon
So how do I read data for it?
I would like to know how can I extract RPC id's.