Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 03C0

Opcode Database

03C0

DescriptionGets the characters vehicle handle without marking it as used by the script, therefore allowing it to be deleted by the game at any time.

Returns 0 if no vehicle is found.
Parameters (v2)1) Actor handle (Integer) (INT)
2) (Returned) Vehicle handle (Integer) (INT)
Gamessa vc iii
CategoryActor, Common, Vehicle
Command Name (IV)STORE_CAR_CHAR_IS_IN_NO_SAVE
San Andreas
sascm.ini03C0=2,store_car_char_is_in_no_save %1d% store_to %2d%
Example03C0: store_car_char_is_in_no_save $PLAYER_ACTOR store_to $2197
Command NameSTORE_CAR_CHAR_IS_IN_NO_SAVE
Vice City
sascm.ini03C0=2,%2d% = actor %1d% car
Example03C0: $2499 = actor $2474 car
Command NameSTORE_CAR_CHAR_IS_IN_NO_SAVE
GTA III
gtascm.ini03C0=2,%2d% = actor %1d% car
Example03C0: $hCar = actor $hActor car
Command NameSTORE_CAR_CHAR_IS_IN_NO_SAVE

<< 03BF

03C1 >>