03CD

From GTAMods Wiki
Revision as of 22:59, 25 June 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''REMOVE_STUCK_CAR_CHECK''' <hr /> '''Description''' : Removes the vehicle from the stuck cars array '''Syntax''' :03CD: car [''car handle''] remove_from_stu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas REMOVE_STUCK_CAR_CHECK


Description

Removes the vehicle from the stuck cars array

Syntax

03CD: car [car handle] remove_from_stuck_car_check

Parameter

car handle
The handle of the vehicle

Native analog

REMOVE_STUCK_CAR_CHECK

This opcode removes the vehicle from the stuck cars array where it was previously stored.

See also

  • 03CC – adds the car to the stuck cars array
  • 03CE – checks if the car is stuck
  • San Andreas 072F – adds the car to the stuck cars array (extended version)