03CC

From GTAMods Wiki
Revision as of 18:47, 25 June 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''ADD_STUCK_CAR_CHECK''' <hr /> '''Description''' : Adds the vehicle to the stuck car check array '''Syntax''' : 03CC: add_stuck_car_check [''car handle''] d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_STUCK_CAR_CHECK


Description

Adds the vehicle to the stuck car check array

Syntax

03CC: add_stuck_car_check [car handle] distance [float] time [int]

Parameter

car handle
The handle of the vehicle
float
Minimum distance the vehicle must be driven
int
Time duration in ms

Native analog

ADD_STUCK_CAR_CHECK

This opcodes stores a vehicle handle along with the additional parameters into a special array in order to check if it is stuck. The vehicle is marked as stuck if it does not travel minimum distance set as the second parameter for the specified amount of time set as the third parameter. If the vehicle is destroyed, it is removed from the stuck cars array. The stuck cars array can hold up to 6 vehicle handles.

See also

  • 03CD – removes the car from the stuck cars array
  • 03CE – checks if the car is stuck