fivem icon indicating copy to clipboard operation
fivem copied to clipboard

Text Colors In Map Blips

Open KiLaF opened this issue 3 years ago • 1 comments

So when you add text colors to a blip name I dont get in one category, but when you remove the text colors it get in one category.

What to fix: blips name with colors should be in a single category not create a category for every blip

With out text colors: Screenshot_1

--

With text colors: Screenshot_2

KiLaF avatar Aug 14 '22 16:08 KiLaF

That seems more like a GTA issue than FiveM

freedy69 avatar Sep 04 '22 09:09 freedy69

Disassembly here has been a bit difficult to interpret (in addition to this not being an area I have looked too much into besides to document natives).

From my understanding (and trial/error): only specific categories (e.g., 10/11) have explicit grouping logic. For the other categories, you can hack around this by using HTML strings:

local Name = [[<FONT color='#097969'>Boutique | LTD Gasoline</FONT>]]

gottfriedleibniz avatar Feb 05 '24 13:02 gottfriedleibniz