Difference between revisions of "018A"

From GTAMods Wiki
Jump to navigation Jump to search
(page updates)
m
Line 1: Line 1:
{{Icon|trilogy}} '''ADD_BLIP_FOR_COORD'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
'''Description'''
+
| command    = ADD_BLIP_FOR_COORD
: Adds a [[blip]] to the coordinates point
+
| description = Adds a [[blip]] to the coordinates point
'''Syntax'''
+
| syntax1    = 018A: [''var''] = create_checkpoint_at [''flt1''] [''flt2''] [''flt3'']
: 018A: [''var''] = create_checkpoint_at [''flt1''] [''flt2''] [''flt3'']
+
| p1t        = [''var'']
'''Parameter'''
+
| p1d        = Variable to store the handle of the blip
: [''var'']
+
| p2t        = [''flt1'']
:: Variable to store the handle of the blip
+
| p2d        = X-coordinate
: [''flt1'']
+
| p3t        = [''flt2'']
:: X-coordinate
+
| p3d        = Y-coordinate
: [''flt2'']
+
| p4t        = [''flt3'']
:: Y-coordinate
+
| p4d        = Z-coordinate (or &le;''-100.0'' for [[02CE|ground z]])
: [''flt3'']
+
| native      = [[ADD_BLIP_FOR_COORD]]
:: Z-coordinate (or ''-100.0'' for [[02CE|ground z]])
+
}}
  
 
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:
 
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:
Line 23: Line 23:
 
== Keywords ==
 
== Keywords ==
 
create, set, marker, blip, checkpoint, coord, coordinates
 
create, set, marker, blip, checkpoint, coord, coordinates
 
[[Category:OpCodes]]
 

Revision as of 23:35, 19 January 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
[var]
Variable to store the handle of the blip
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or ≤-100.0 for ground z)
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