GTAG - Modding - Opcode Database - 01C8
Opcode Database
01C8
| Description | Creates an actor in the passenger seat of a car. passenger_seat -1 - next free seat 0 - passenger seat (or back seat of bike) 1 - left rear seat 2 - right rear seat |
|---|---|
| Parameters (v2) | 1) Pedtype (Integer) (INT) 2) Model (Integer) (MODEL) 3) Vehicle handle (Integer) (INT) 4) Integer (INT) 5) (Returned) Actor handle (Integer) (INT) |
| Games | |
| Category | Actor, Common, Vehicle |
| Command Name (IV) | CREATE_CHAR_AS_PASSENGER |
| San Andreas | |
| sascm.ini | 01C8=5,create_char_as_passenger %1d% pedtype %2d% model %3o% seat %4d% store_to %5d% |
| Example | 01C8: create_char_as_passenger 35@ pedtype 23 model #SPECIAL01 seat 0 store_to 40@ |
| Command Name | CREATE_CHAR_AS_PASSENGER |
| Vice City | |
| sascm.ini | 01c8=5,%5d% = create_actor_pedtype %2d% model %3t% in_car %1d% passenger_seat %4d% |
| Example | 01C8: $2293 = create_actor_pedtype 10 model #CLB in_car $2296 passenger_seat 0 |
| Command Name | CREATE_CHAR_AS_PASSENGER |
| GTA III | |
| gtascm.ini | 01c8=5,%5d% = create_actor_pedtype %2d% model %3o% in_car %1d% passenger_seat %4d% |
| Example | 01C8: $LUIGI4_PIMP = create_actor_pedtype 4 model #PIMP in_car $LUIGI4_PIMP_CAR passenger_seat 0 |
| Command Name | CREATE_CHAR_AS_PASSENGER |

