Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 01C8

Opcode Database

01C8

DescriptionCreates 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)
Gamessa vc iii
CategoryActor, Common, Vehicle
Command Name (IV)CREATE_CHAR_AS_PASSENGER
San Andreas
sascm.ini01C8=5,create_char_as_passenger %1d% pedtype %2d% model %3o% seat %4d% store_to %5d%
Example01C8: create_char_as_passenger 35@ pedtype 23 model #SPECIAL01 seat 0 store_to 40@
Command NameCREATE_CHAR_AS_PASSENGER
Vice City
sascm.ini01c8=5,%5d% = create_actor_pedtype %2d% model %3t% in_car %1d% passenger_seat %4d%
Example01C8: $2293 = create_actor_pedtype 10 model #CLB in_car $2296 passenger_seat 0
Command NameCREATE_CHAR_AS_PASSENGER
GTA III
gtascm.ini01c8=5,%5d% = create_actor_pedtype %2d% model %3o% in_car %1d% passenger_seat %4d%
Example01C8: $LUIGI4_PIMP = create_actor_pedtype 4 model #PIMP in_car $LUIGI4_PIMP_CAR passenger_seat 0
Command NameCREATE_CHAR_AS_PASSENGER

<< 01C7

01C9 >>