MaazS Posted March 28, 2015 Share Posted March 28, 2015 Is it possible to change the seat position in a vehicle? I know you can't ADD anymore seats due to the fact that R* decided to only have 4 seat slots, but what about for example in a truck, when a passenger gets in like a bodyguard from a trainer, they will sit on the back of the truck. I'm asking this because I was on gta4-mods and I saw a mod for a truck where people could sit in the back and they fired AK47s and such rather than driveby weapons. I'll be fine if they can only fire driveby weapons - all I need is the ability to sit in the back of the truck. Link to comment Share on other sites More sharing options...
Cyron43 Posted March 28, 2015 Share Posted March 28, 2015 (edited) Hi, I guess you talk about GTA IV? it can be done pretty easy if you got the Simple native trainer installed. Open the trainer menu (usually F3), go to "Car options", go to page 2 by pressing 6 on the number pad, choose "Cycle through passenger seats". Repeat the last step until you sit on the desired one. However, this is the coding section so I guess you like to know how to do this programmatically. You can do this pretty easy by the following line of code: Player.Character.WarpIntoVehicle(Player.Character.CurrentVehicle, VehicleSeat.RightRear); VehicleSeat is an enum with several options to choose from. RightRear is just an example. Don't forget to check if the desired passenger seat is free prior to this line of code. Edited March 28, 2015 by Cyron43 Link to comment Share on other sites More sharing options...
MaazS Posted March 28, 2015 Author Share Posted March 28, 2015 I know about this one, thank you for your help, but what I meant is for example if I was in an FXT, a vehicle with 4 seats, could I change it so that the person in the passenger seat actually ends up sitting down on the truck bed? I saw this before, it looked pretty cool, so I was wondering if it was really possible or if the mod might have been fake. Link to comment Share on other sites More sharing options...
MaazS Posted April 13, 2015 Author Share Posted April 13, 2015 anyone...? Link to comment Share on other sites More sharing options...
AgentWD40 Posted April 14, 2015 Share Posted April 14, 2015 http://gtaforums.com/topic/760730-wipreliveflc-membiter/ Read and write GTA IV vehicle memory addresses directly from Dot.net. At the moment, you can edit parameters of vehicles. Change position, size, suspension of any of your wheels (each wheel individually), mess with RPM, engine volume, make manual gearbox, change headlights intensity, customize indicators, change max number of passengers, etc. Pimp your ride, or find its limits! Link to comment Share on other sites More sharing options...
MaazS Posted April 15, 2015 Author Share Posted April 15, 2015 http://gtaforums.com/topic/760730-wipreliveflc-membiter/ Read and write GTA IV vehicle memory addresses directly from Dot.net. At the moment, you can edit parameters of vehicles. Change position, size, suspension of any of your wheels (each wheel individually), mess with RPM, engine volume, make manual gearbox, change headlights intensity, customize indicators, change max number of passengers, etc. Pimp your ride, or find its limits! >change max number of passengers i have membiter for a a manual gearbox mod but i didnt know you could do all this... i love you. thanks. anyone can lock this now pls. Link to comment Share on other sites More sharing options...
PFCBarefoot Posted April 18, 2015 Share Posted April 18, 2015 If you downloaded the trainer you can sit in whatever seat you want. You can also have someone drive you around. Link to comment Share on other sites More sharing options...
MaazS Posted April 19, 2015 Author Share Posted April 19, 2015 If you downloaded the trainer you can sit in whatever seat you want. You can also have someone drive you around. This was already solved, and if you read the replies above I was talking about changing where the seat is not what seat I sit on. However, Membiter has done it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now