GTAG - Modding - Opcode Database - 0129
Opcode Database
0129
| Description | Creates a character in the driver seat of the car. This command is similar to 009A, except it creates the character in a car. |
|---|---|
| Parameters (v2) | 1) Pedtype (Integer) (INT) 2) Model (Integer) (MODEL) 3) Vehicle handle (Integer) (INT) 4) (Returned) Actor handle (Integer) (INT) |
| Games | |
| Category | Actor, Common, Creation |
| Command Name (IV) | CREATE_CHAR_INSIDE_CAR |
| San Andreas | |
| sascm.ini | 0129=4,create_char_inside_car %1d% pedtype %2d% model %3o% store_to %4d% |
| Example | 0129: create_char_inside_car 35@ pedtype 23 model #SPECIAL02 store_to 41@ |
| Command Name | CREATE_CHAR_INSIDE_CAR |
| Vice City | |
| sascm.ini | 0129=4,%4d% = create_actor %2d% %3t% in_car %1d% driverseat |
| Example | 0129: 2@ = create_actor 4 #SPECIAL10 in_car 0@ driverseat |
| Command Name | CREATE_CHAR_INSIDE_CAR |
| GTA III | |
| gtascm.ini | 0129=4,%4d% = create_actor %2d% %3o% in_car %1d% driverseat |
| Example | 0129: $BUSTED_HELP_COP_1 = create_actor 4 #COP in_car $BUSTED_HELP_POLICECAR_1 driverseat |
| Command Name | CREATE_CHAR_INSIDE_CAR |

