Difference between revisions of "0161"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_BLIP_FOR_CAR_OLD''' <hr /> '''Description''' : Adds a blip with properties to the vehicle '''Syntax''' : 0161: [''var''] = create_marker_above_car...") |
|||
Line 6: | Line 6: | ||
: 0161: [''var''] = create_marker_above_car [''car handle''] color [''int1''] visibility [''int2''] | : 0161: [''var''] = create_marker_above_car [''car handle''] color [''int1''] visibility [''int2''] | ||
'''Parameter''' | '''Parameter''' | ||
− | |||
− | |||
: [''car handle''] | : [''car handle''] | ||
:: The handle of the vehicle | :: The handle of the vehicle | ||
Line 14: | Line 12: | ||
: [''int2''] | : [''int2''] | ||
:: The [[018B|display of the blip]] | :: The [[018B|display of the blip]] | ||
+ | : [''var''] | ||
+ | :: Variable to store the handle of the blip | ||
This opcode adds a square blip in the radar denoting the location of the vehicle. It is almost equivalent to opcode [[0186]] but without preset properties. The default [[0168|scale of the blip]] is 1. In Vice City, the color of the blip is always set to 4 (yellow) regardless of what color you set so the color parameter is useless. | This opcode adds a square blip in the radar denoting the location of the vehicle. It is almost equivalent to opcode [[0186]] but without preset properties. The default [[0168|scale of the blip]] is 1. In Vice City, the color of the blip is always set to 4 (yellow) regardless of what color you set so the color parameter is useless. |
Latest revision as of 00:11, 20 November 2016
Description
- Adds a blip with properties to the vehicle
Syntax
- 0161: [var] = create_marker_above_car [car handle] color [int1] visibility [int2]
Parameter
- [car handle]
- The handle of the vehicle
- [int1]
- [int2]
- [var]
- Variable to store the handle of the blip
This opcode adds a square blip in the radar denoting the location of the vehicle. It is almost equivalent to opcode 0186 but without preset properties. The default scale of the blip is 1. In Vice City, the color of the blip is always set to 4 (yellow) regardless of what color you set so the color parameter is useless.
Keywords
create, set, marker, blip, arrow, car, vehicle