0188

From GTAMods Wiki
Revision as of 17:17, 26 September 2010 by Spaceeinstein (talk | contribs) (Created page with 'thumb|0188 in action in Vice City {{OpCode | ini = 0188=2,{{Hint|%2d%|parameter 2: blip handle}} {{Hint|%1d%|parameter 1: object handle}} | description …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
0188 in action in Vice City

{{{games}}}


Description
Creates a blip and an arrow on the object
Syntax
{{{syntax1}}}
Parameter

This opcode creates a square blip denoting the location of the object and an arrow above the object. In GTA III the arrow would be blue, in Vice City it would be pink, and in San Andreas it would be red. The default size of the blip (usually set by opcode 0168) is 3. The blip and arrow can be removed using opcode 0164. Note that the parameters are swapped.

Sanny Builder example:

0188: 1@ = create_marker_above_object 0@

Notes

The above format is more commonly used. The actual format of this opcode is in order:
0188=2,%1d% %2d%
The format to use depends on which INI file you use.

In Sanny Builder, this opcode is equivalent to the command Marker.CreateAboveObject.

Example:

Marker.CreateAboveObject(1@, 0@)

Keywords

create, set, marker, blip, arrow, object

See also

  • 0186 - For vehicles
  • 0187 - For characters