0167

From GTAMods Wiki
Revision as of 03:11, 3 September 2015 by Spaceeinstein (talk | contribs) (Created page with "{{Icon|trilogy}} '''ADD_BLIP_FOR_COORD_OLD''' <hr /> '''Description''' : Adds a blip with properties to the coordinates point '''Syntax''' : 0167: [''var''] = create_marke...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_BLIP_FOR_COORD_OLD


Description

Adds a blip with properties to the coordinates point

Syntax

0167: [var] = create_marker_at [flt1] [flt2] [flt3] color [int1] display [int2]

Parameter

[var]
Variable to store the handle of the blip
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or -100.0 for ground z)
[int1]
The color of the blip
[int2]
The display of the blip

This opcode adds a square blip in the radar to the coordinates point. It is almost equivalent to opcode 018A but without preset properties and, likewise, a marker cannot be displayed for this blip. The default scale of the blip is 1. In Vice City, the color of the blip is always set to 5 (purple) regardless of what color you set so the color parameter is useless.

Keywords

create, set, marker, blip, checkpoint, coord, coordinates