Difference between revisions of "0191"

From GTAMods Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<code>0191=1,%1d%</code><br>
+
{{OpCode
'''Description''': Removes a car from the flip check<br>
+
| games      = {{Icon|t}}
'''Parameter 1''': A car handle<br>
+
| command    = REMOVE_UPSIDEDOWN_CAR_CHECK
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| description = Removes the vehicle from the upside down car check
 +
| syntax1    = 0191: remove_vehicle [''car handle''] from_flipped_check
 +
| p1t        = [''car handle'']
 +
| p1d        = The handle of the vehicle
 +
}}
  
This opcode removes the car handle from the special memory pool added to it by [[0190]].
+
This opcode removes the vehicle from the upside down car check, a special memory pool added to it by opcode [[0190]].
  
==Keywords==
+
== Keywords ==
car, flip, remove
+
remove, car, vehicle, stuck, roof, flip, flipped, upside, down
  
[[Category:OpCodes]]
+
== See also ==
 +
* {{Icon|t}} [[018F]], checks if the vehicle is "stuck on its roof"
 +
* {{Icon|t}} [[0190]], adds the vehicle to the upside down car check

Latest revision as of 14:58, 4 June 2016

GTA III Vice City San Andreas REMOVE_UPSIDEDOWN_CAR_CHECK


Description
Removes the vehicle from the upside down car check
Syntax
0191: remove_vehicle [car handle] from_flipped_check
Parameter
[car handle]
The handle of the vehicle

This opcode removes the vehicle from the upside down car check, a special memory pool added to it by opcode 0190.

Keywords

remove, car, vehicle, stuck, roof, flip, flipped, upside, down

See also

  • GTA III Vice City San Andreas 018F, checks if the vehicle is "stuck on its roof"
  • GTA III Vice City San Andreas 0190, adds the vehicle to the upside down car check