Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 01C3

Opcode Database

01C3

DescriptionMarks the vehicle as no longer needed by the script engine, allowing it to be deleted by the game.

Also removes the vehicle from the "interesting vehicles" list, if it exists on the list and releases any path it is on. Removes the vehicle from the mission cleanup list, if applicable.
Parameters (v2)1) Vehicle handle (Integer) (INT)
Gamessa vc iii
CategoryCommon, Vehicle
Command Name (IV)MARK_CAR_AS_NO_LONGER_NEEDED
San Andreas
sascm.ini01C3=1,mark_car_as_no_longer_needed %1d%
Example01C3: mark_car_as_no_longer_needed $IMPORT_CAR
Command NameMARK_CAR_AS_NO_LONGER_NEEDED
Vice City
sascm.ini01C3=1,remove_references_to_car %1d%
Example01C3: remove_references_to_car $1121
Command NameMARK_CAR_AS_NO_LONGER_NEEDED
GTA III
gtascm.ini01C3=1,remove_references_to_car %1d%
Example01C3: remove_references_to_car $CAR_PORTLAND_IMPORT
Command NameMARK_CAR_AS_NO_LONGER_NEEDED

<< 01C2

01C4 >>