0x32789
Expert
https://github.com/BrunoBM16/samp-packet-list/wiki/RPC-List
over here I can see a list of SAMP RPC's and shit, on some RPC's like ClientMessage or related whichever has colours, the color is mostly UINT32.
So on the page it's written UINT32 dColor..
Now, I don't know if I'm doing it fine but all I do is read it normally like...
UINT32 COLOR;
BitStream.Read(COLOR);
Now, the problem is, the color mismatches, I directly use it like for instance in sending player a chat message, the color is different, I also tested the color on a test script and the integer values are different.. Why?
What am I doing wrong?
Help will be appreciated.
@springfield ?
over here I can see a list of SAMP RPC's and shit, on some RPC's like ClientMessage or related whichever has colours, the color is mostly UINT32.
So on the page it's written UINT32 dColor..
Now, I don't know if I'm doing it fine but all I do is read it normally like...
UINT32 COLOR;
BitStream.Read(COLOR);
Now, the problem is, the color mismatches, I directly use it like for instance in sending player a chat message, the color is different, I also tested the color on a test script and the integer values are different.. Why?
What am I doing wrong?
Help will be appreciated.
@springfield ?