fivem
fivem copied to clipboard
Text Colors In Map Blips
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:

--
With text colors:

That seems more like a GTA issue than FiveM
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>]]