You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HUD/SetBlipCategory.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,12 @@ Examples result:
20
20
7 = "Other Players" category, also shows distance in legend
21
21
10 = "Property" category
22
22
11 = "Owned Property" category
23
+
12 - 133 = Custom named categories
24
+
134 - 254 = Custom unnamed categories
23
25
```
24
-
Any other value behaves like `index = 1`, `index` wraps around after 255
26
+
`index` wraps around after 255.
25
27
26
-
Blips with categories `7`, `10`or `11` will all show under the specific categories listing in the map legend, regardless of sprite or name.
28
+
Blips with categories `7`, `10`, `11` or `12 - 254` (custom categories) will all show under the specific categories listing in the map legend, regardless of sprite or name.
27
29
28
30
29
31
**Legend entries**
@@ -33,6 +35,8 @@ Blips with categories `7`, `10` or `11` will all show under the specific categor
0 commit comments