018B
Revision as of 03:35, 3 June 2015 by Spaceeinstein (talk | contribs)
Description
- Changes the display of the specified blip
Syntax
- 018B: show_on_radar [blip handle] [int]
- 018B: set_marker [blip handle] radar_mode [int]
Parameter
- [blip handle]
- The handle of the blip
- [int]
- Display of blip (see below)
This opcode changes the display of the specified blip.
Display | Enum | Notes |
---|---|---|
0 | NEITHER | Hide all |
1 | MARKER_ONLY | Show only the arrow/sphere in the world |
2 | BLIP_ONLY | Show only the blip/sprite on the map |
3 | BOTH | Show all |
Any values outside this range will act like value 0, which hides all.
Keywords
blip, marker, display, show