GTAG - Modding - Opcode Database - 0325
Opcode Database
0325
| Description | Creates a fire on the specified car. |
|---|---|
| Parameters (v2) | 1) Vehicle handle (Integer) (INT) 2) (Returned) Fire particle handle (Integer) (INT) |
| Games | |
| Category | Common, Creation, Fire, Vehicle |
| San Andreas | |
| sascm.ini | 0325=2,start_car_fire %1d% store_to %2d% |
| Example | 0325: start_car_fire 35@ store_to 49@ |
| Command Name | START_CAR_FIRE |
| Vice City | |
| sascm.ini | 0325=2,%2d% = create_car %1d% fire |
| Example | 0325: $6814 = create_car 1@ fire |
| Command Name | START_CAR_FIRE |
| GTA III | |
| gtascm.ini | 0325=2,%2d% = create_car %1d% fire |
| Example | 0325: $1367 = create_car $FIRE_MISSION_CAR fire |
| Command Name | START_CAR_FIRE |

