Difference between revisions of "018A"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
Line 4: Line 4:
 
| description = Adds a [[blip]] to the coordinates point
 
| description = Adds a [[blip]] to the coordinates point
 
| syntax1    = 018A: [''var''] = create_checkpoint_at [''flt1''] [''flt2''] [''flt3'']
 
| syntax1    = 018A: [''var''] = create_checkpoint_at [''flt1''] [''flt2''] [''flt3'']
| p1t        = [''var'']
+
| p1t        = [''flt1'']
| p1d         = Variable to store the handle of the blip
+
| p1d        = X-coordinate
| p2t        = [''flt1'']
+
| p2t         = [''flt2'']
| p2d         = X-coordinate
+
| p2d         = Y-coordinate
| p3t         = [''flt2'']
+
| p3t         = [''flt3'']
| p3d         = Y-coordinate
+
| p3d         = Z-coordinate (or ≤''-100.0'' for [[02CE|ground z]])
| p4t         = [''flt3'']
+
| p4t        = [''var'']
| p4d         = Z-coordinate (or ≤''-100.0'' for [[02CE|ground z]])
+
| p4d        = Variable to store the handle of the blip
 
| native      = [[ADD_BLIP_FOR_COORD]]
 
| native      = [[ADD_BLIP_FOR_COORD]]
 
}}
 
}}

Latest revision as of 00:16, 20 November 2016

GTA III Vice City San Andreas ADD_BLIP_FOR_COORD


Description
Adds a blip to the coordinates point
Syntax
018A: [var] = create_checkpoint_at [flt1] [flt2] [flt3]
Parameter
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or ≤-100.0 for ground z)
[var]
Variable to store the handle of the blip
Native analog
ADD_BLIP_FOR_COORD

This opcode adds a square blip in the radar to the coordinates point. A marker cannot be displayed for this blip. The default properties of the blip, which can be changed using other opcodes, are:

The blip can be removed using opcode 0164.

Keywords

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