thy_ 173 Posted May 15, 2021 Hello folks, Working around the clock to finish a mission for this weekend, but I am stuck on this point down below. If you contribute, it will be very much appreciated: REQUEST: I got 5 players' slots in a multiplayer mission. Just one of them, called "player01", must not take the driver position, doesn't matter with kind of ground vehicles they are trying to get in. All other vehicle with free seats should be available normally for "player01". Once as passager, "player01" should not remove some possible AI in the driver seat; Other players might take the driver seat if it's available or if some AI is seated there. Any idea? Share this post Link to post Share on other sites
beno_83au 1369 Posted May 15, 2021 A combination of https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#GetInMan and https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#SeatSwitchedMan. GetInMan helpfully returns the player's role, but as SeatSwitchedMan states you'll need to get the player's new role manually. Share this post Link to post Share on other sites