Difference between revisions of "0325"
Jump to navigation
Jump to search
(page updates) |
(image) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon| | + | [[File:0325.jpg|thumb|A car fire started through 0325 in Vice City.]] |
− | + | {{OpCode | |
− | + | | games = {{Icon|t}} | |
− | + | | command = START_CAR_FIRE | |
− | + | | description = Creates a fire on the vehicle | |
− | + | | syntax1 = 0325: [''var''] = create_car [''car handle''] fire | |
− | '' | + | | p1t = [''car handle''] |
− | + | | p1d = The handle of the vehicle | |
− | + | | p2t = [''var''] | |
− | + | | p2d = Variable to store the handle of the fire | |
− | + | | native = [[START_CAR_FIRE]] | |
− | + | }} | |
− | |||
− | This creates a perpetual fire on the vehicle. The fire does not damage the vehicle | + | This opcode creates a perpetual fire on the vehicle. The fire does not damage the vehicle. It is harmful to the player only when the player stands right beneath the fire. Generally fires on cars are positioned in such a way that it would be hard to get hurt by them, but it is easy to get hurt by fires on bikes and helicopters. Fires can be extinguished with the Firetruck's hose or a Fire Extinguisher, or removed using opcodes [[02D1]] or [[031A]]. While the vehicle is on fire, it does not take any damage from environmental fire. |
== Keywords == | == Keywords == | ||
Line 19: | Line 18: | ||
== See also == | == See also == | ||
− | * [[ | + | * {{Icon|t}} [[02CF]], creates a fire at the coordinates point |
− | + | * {{Icon|t}} [[0326]], creates a fire on the character | |
− | [[ |
Latest revision as of 04:05, 20 December 2016
- Description
- Creates a fire on the vehicle
- Syntax
- 0325: [var] = create_car [car handle] fire
- Parameter
- [car handle]
- The handle of the vehicle
- [var]
- Variable to store the handle of the fire
- Native analog
- START_CAR_FIRE
This opcode creates a perpetual fire on the vehicle. The fire does not damage the vehicle. It is harmful to the player only when the player stands right beneath the fire. Generally fires on cars are positioned in such a way that it would be hard to get hurt by them, but it is easy to get hurt by fires on bikes and helicopters. Fires can be extinguished with the Firetruck's hose or a Fire Extinguisher, or removed using opcodes 02D1 or 031A. While the vehicle is on fire, it does not take any damage from environmental fire.
Keywords
create, start, fire, vehicle, car