GTAG - Modding - Opcode Database - 04BD
Opcode Database
04BD
Description | Marks the car as being part of a convoy, which seems to follow a path set by 0994. |
---|---|
Parameters (v2) | 1) Vehicle handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
Games | |
Category | Vehicle |
Command Name (IV) | MARK_CAR_AS_CONVOY_CAR |
San Andreas | |
sascm.ini | 04BD=2,mark_car_as_convoy_car %1d% set_to %2h% |
Example | 04BD: mark_car_as_convoy_car 72@ set_to 1 |
Command Name | MARK_CAR_AS_CONVOY_CAR |
Vice City | |
sascm.ini | 04BD=2,set_car %1d% is_part_of_convoy %2h% |
Example | 04BD: set_car $4613 is_part_of_convoy 1 |
Command Name | MARK_CAR_AS_CONVOY_CAR |