How to place 8 passengers in 1 car?
-
Hi everyone. Is it possible to make some kind of a bus but in usual vehicle with 4 seats? I saw the gta 5 mod for this. I mean I want to place more people in usual sedan.
-
I am not sure that it's even possible to do it and have it look normal. but I guess you could have 4 sitting like normal and then attach 4 more to the seats or other passengers but it would look really weird. and the 4 you have attached would need collision off.
-
@finsacol
If you're talking about you own personal spawned bodyguards, you can have as many in one vehicle as there are seat dummies created for that vehicle in ZModeler3. If you're talking about spawning vehicles ambiently with peds in them, 3 passengers & the driver, 4 total, is the maximum & even then you can only have 4 occupants in vehicles like 'fbi' where Rockstar have used a hidden flag to allow it (unless a script or something was created to force more somehow).
-
@finsacol as @a63nt-5m1th wrote, only certain models, for example some military trucks and choppers will allow the player and the 7 companions/bodyguards. I've never seen more than 8 and have tried with scripting. Attaching with a trainer is definitely not the solution.
Of course that reminds me of the old joke.
Want to know how to fit 71 people in the car? 2 in the front and 69 in the back.
-
@a63nt-5m1th
Wouldn't you need a custom layout?
I've always thought adding more seat dummies doesn't work without altering the layout of your car.
Since the layout assigns entry points, seat animations etc.
-
@Sup321V
Yeah, probably, I meant 'the max capacity that any given vehicle has been setup for', I've never done it, so I have zero knowledge of everything required to facilitate it.
I just meant that if you download a vehicle that is setup correctly for 8 seats, you'll only be able to use bodyguards etc to fill all 8 of them, ambient peds can only fill seats 1>4 (& then & only then, if you rename the vehicle to 'fbi' or another vehicle like that with the hidden 4 ped capacity flag attached to it's in-game vehicle name)
-
The only native function I could find that refers to more than 8 seats is this one. Having said that, I was never able to get more than player + 7. In theory you would have 1-14, 0, and -1, or 16 total (-2 does not count).
TASK::TASK_WARP_PED_INTO_VEHICLE
void TASK_WARP_PED_INTO_VEHICLE(Ped ped, Vehicle vehicle, int seat) // 0x9A7D091411C5F684 0x65D4A35D b323Seat Numbers
Driver = -1
Any = -2
Left-Rear = 1
Right-Front = 0
Right-Rear = 2
Extra seats = 3-14(This may differ from vehicle type e.g. Firetruck Rear Stand, Ambulance Rear)