DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
435 stars 118 forks source link

The link for the eblip colors in CRadar.h doesn't work anymore. #149

Closed juicermv closed 1 year ago

juicermv commented 2 years ago

Hi, I'm looking for the RGB color values of the 8 blip colors but the link doesn't work anymore. Could anyone please provide this here and perhaps update that link? Thanks.

JuniorDjjr commented 1 year ago

CRadar::GetRadarTraceColour 0x584770 A bit complex. It does a conversion of the blip color id (also considering a flag) to the game's color palette (the same color palette used for fonts etc).

juicermv commented 1 year ago

Yeah thanks, I already figured this out but forgot I opened this issue in the first place lol. The only issue with this function is that some destination blips are not normally colored meaning they might be blue or red instead of the usual yellow, but this function always returns the default yellow for destinations. Either way I'm marking this as closed.