darkphoenixxx Posted August 30, 2017 Share Posted August 30, 2017 (edited) I use AI::TASK_ENTER_VEHICLE with seat varibable set to 0 (passenger) but when peds are commanded to enter the bus only 4 enter and the rest will act like bus is full. From what i understand bus have like 16 seats. Any help here? I feel like i miss something. Edited August 30, 2017 by darkphoenixxx Link to comment Share on other sites More sharing options...
meta000 Posted August 31, 2017 Share Posted August 31, 2017 In SP, R* limits the amount of people that can enter the bus. In MP, it can hold up to 16 people. There is probably a bypass for this in the natives, or in some of the decompiled scripts. Link to comment Share on other sites More sharing options...
darkphoenixxx Posted August 31, 2017 Author Share Posted August 31, 2017 (edited) Typical nice personstar. I think fucntion that teleports peds into vehicle should do, i tho i would rather they enter normally. Edited August 31, 2017 by darkphoenixxx Link to comment Share on other sites More sharing options...
darkphoenixxx Posted September 10, 2017 Author Share Posted September 10, 2017 Anyone knows anything about that? PED::SET_PED_INTO_VEHICLE(ped, vehicle, 3); works, ped get teleported into a vehicle but instantly jumps out is there a way to lock ped in vehicle and prevent him from exiting? Link to comment Share on other sites More sharing options...