Difference between revisions of "0190"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
'''Supports''': GTA3, Vice City, San Andreas<br>
 
'''Supports''': GTA3, Vice City, San Andreas<br>
  
This opcode adds the car handle to special memory pool to check if the car is flipped. The pool may contain up to 6 such handles. The game every ms checks the current state of the car. If it was flipped (lies on its roof) the game counts the time passed from this moment. This time is used by [[018F]]. Mainly this opcode is used in the races.
+
This opcode adds the car handle to the special memory pool to check if the car is flipped. The pool may contain up to 6 such handles. The game every ms checks the current state of the cars in this pool. If one of them was flipped (lies on its roof) the game counts the time passed from this moment. This time is used by [[018F]]. Mainly this opcode is used in the races.
  
 
==Keywords==
 
==Keywords==

Revision as of 10:43, 13 May 2007

0190=1,%1d%
Description: Adds a car to the flip check
Parameter 1: A car handle
Supports: GTA3, Vice City, San Andreas

This opcode adds the car handle to the special memory pool to check if the car is flipped. The pool may contain up to 6 such handles. The game every ms checks the current state of the cars in this pool. If one of them was flipped (lies on its roof) the game counts the time passed from this moment. This time is used by 018F. Mainly this opcode is used in the races.

Keywords

car, flip, add