GTAG - Modding - Opcode Database - 03ED
Opcode Database
03ED
| Description | Disables a car from exploding when it is upside down, as long as the player is not in the vehicle. Works with actors, though. |
|---|---|
| Parameters (v2) | 1) Vehicle handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
| Games | |
| Category | Vehicle |
| Command Name (IV) | SET_UPSIDEDOWN_CAR_NOT_DAMAGED |
| San Andreas | |
| sascm.ini | 03ED=2,set_upsidedown_car_not_damaged %1d% to %2h% |
| Example | 03ED: set_upsidedown_car_not_damaged 379@(253@,16i) to 1 |
| Command Name | SET_UPSIDEDOWN_CAR_NOT_DAMAGED |
| Vice City | |
| sascm.ini | 03ed=2,set_car %1d% not_damaged_when_upside_down %2h% |
| Example | 03ED: set_car $3996 not_damaged_when_upside_down 1 |
| Command Name | SET_UPSIDEDOWN_CAR_NOT_DAMAGED |
| GTA III | |
| gtascm.ini | 03ed=2,set_car %1d% not_damaged_when_upside_down %2h% |
| Example | 03ED: set_car $VIGILANTE_CRIMINALS_CAR not_damaged_when_upside_down 1 |
| Command Name | SET_UPSIDEDOWN_CAR_NOT_DAMAGED |

