GTAG - Modding - Opcode Database - 014C
Opcode Database
014C
| Description | Specifies the amount of times the specified car generator spawns a car. 0 - Car will never spawn. 1-100 - Car will spawn xx number of times. 101 - Car will always spawn. |
|---|---|
| Parameters (v2) | 1) Car generator handle (Integer) (INT) 2) Integer (INT) |
| Games | |
| Category | Common, Creation, Vehicle |
| Command Name (IV) | SWITCH_CAR_GENERATOR |
| San Andreas | |
| sascm.ini | 014C=2,switch_car_generator %1d% num_generations %2d% |
| Example | 014C: switch_car_generator $PARKED_RHINO num_generations 0 |
| Command Name | SWITCH_CAR_GENERATOR |
| Vice City | |
| sascm.ini | 014C=2,set_parked_car_generator %1d% cars_to_generate_to %2d% |
| Example | 014C: set_parked_car_generator $87 cars_to_generate_to 0 |
| Command Name | SWITCH_CAR_GENERATOR |
| GTA III | |
| gtascm.ini | 014C=2,set_parked_car_generator %1d% cars_to_generate_to %2d% |
| Example | 014C: set_parked_car_generator $JOEY_BFINJECTION cars_to_generate_to 0 |
| Command Name | SWITCH_CAR_GENERATOR |

