Difference between revisions of "0564"

From GTAMods Wiki
Jump to navigation Jump to search
(page updates)
 
Line 1: Line 1:
{{OpCode
+
{{Icon|VC}} {{Icon|SA}} '''MAKE_HELI_COME_CRASHING_DOWN'''
| ini        = 0564=1,%1d%
+
<hr />
| description = Sets the helicopter to simulate a crash landing
+
'''Description'''
| p1          = Existing vehicle handle
+
: Sets the helicopter to simulate a crash landing
| game        = [[Vice City]], [[San Andreas]]
+
'''Syntax'''
}}
+
: 0564: set_vehicle [''car handle''] helicopter_simulate_crash_landing
 +
'''Parameter'''
 +
: [''car handle'']
 +
:: Handle of the car, specifically a helicopter
  
This opcode will make a helicopter simulate a crash landing. The tail rotor will smoke and spin the helicopter out of control (like in GTA IV). When the helicopter gets close to the ground, it will explode but the helicopter will still be intact and you will still be alive. The helicopter will be a flyable wreck. This opcode has no effect on any other types of vehicles.
+
This opcode will make a helicopter simulate a crash landing. The tail rotor will smoke and spin the helicopter out of control (like in GTA IV). When the helicopter gets close to the ground, it will explode but the helicopter will still be intact and occupants will still be alive. The helicopter can become a flyable wreck. This opcode has no effect on any other types of vehicles.
  
==Sanny Builder Example==
+
== Keywords ==
<source lang="scm">0564: heli 34@ simulate_crash_landing</source>
+
heli, helicopter, simulate, crash, landing
  
==Keywords==
+
[[Category:OpCodes]]
heli, simulate, crash, landing
 

Latest revision as of 21:28, 28 December 2014

Vice City San Andreas MAKE_HELI_COME_CRASHING_DOWN


Description

Sets the helicopter to simulate a crash landing

Syntax

0564: set_vehicle [car handle] helicopter_simulate_crash_landing

Parameter

[car handle]
Handle of the car, specifically a helicopter

This opcode will make a helicopter simulate a crash landing. The tail rotor will smoke and spin the helicopter out of control (like in GTA IV). When the helicopter gets close to the ground, it will explode but the helicopter will still be intact and occupants will still be alive. The helicopter can become a flyable wreck. This opcode has no effect on any other types of vehicles.

Keywords

heli, helicopter, simulate, crash, landing