Difference between revisions of "03DC"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_BLIP_FOR_PICKUP''' <hr /> '''Description''' : Adds a blip and a marker to the pickup '''Syntax''' : 03DC: [''var''] = create_marker_above_pickup ['...")
 
 
Line 6: Line 6:
 
: 03DC: [''var''] = create_marker_above_pickup [''pickup handle'']
 
: 03DC: [''var''] = create_marker_above_pickup [''pickup handle'']
 
'''Parameter'''
 
'''Parameter'''
 +
: [''pickup handle'']
 +
:: The handle of the pickup
 
: [''var'']
 
: [''var'']
 
:: Variable to store the handle of the blip
 
:: Variable to store the handle of the blip
: [''pickup handle'']
 
:: The handle of the pickup
 
  
 
This opcode adds a square blip in the radar denoting the location of the pickup and a marker above the pickup. In GTA III the arrow is blue, in Vice City it is pink, and in San Andreas it is red. The default properties of the blip, which can be changed using other opcodes, are:
 
This opcode adds a square blip in the radar denoting the location of the pickup and a marker above the pickup. In GTA III the arrow is blue, in Vice City it is pink, and in San Andreas it is red. The default properties of the blip, which can be changed using other opcodes, are:

Latest revision as of 00:37, 20 November 2016

GTA III Vice City San Andreas ADD_BLIP_FOR_PICKUP


Description

Adds a blip and a marker to the pickup

Syntax

03DC: [var] = create_marker_above_pickup [pickup handle]

Parameter

[pickup handle]
The handle of the pickup
[var]
Variable to store the handle of the blip

This opcode adds a square blip in the radar denoting the location of the pickup and a marker above the pickup. In GTA III the arrow is blue, in Vice City it is pink, and in San Andreas it is red. The default properties of the blip, which can be changed using other opcodes, are:

  • Color: 6 (cyan) in GTA III and 4 (yellow) in Vice City
  • Scale: 3
  • Display: 3 (both blip and marker)

Both the blip and marker can be removed using opcode 0164.

Keywords

create, set, marker, blip, arrow, pickup