GTAG - Modding - Opcode Database - 01EC
Opcode Database
01EC
| Description | Sets whether the car is heavy. |
|---|---|
| Parameters (v2) | 1) Vehicle handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
| Games | |
| Category | Common, Vehicle |
| San Andreas | |
| sascm.ini | 01EC=2,set_car_heavy %1d% to %2h% |
| Example | 01EC: set_car_heavy 34@ to 1 |
| Command Name | SET_CAR_HEAVY |
| Vice City | |
| sascm.ini | 01EC=2,make_car %1d% very_heavy %2h% |
| Example | 01EC: make_car $2159 very_heavy 1 |
| Command Name | SET_CAR_HEAVY |
| GTA III | |
| gtascm.ini | 01EC=2,make_car %1d% very_heavy %2h% |
| Example | 01EC: make_car 0@ very_heavy 1 |
| Command Name | SET_CAR_HEAVY |

