03CD

From GTAMods Wiki
Revision as of 17:56, 26 June 2015 by Seemann (talk | contribs)
(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.

Keywords

stuck, car, vehicle, check, remove

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)