Ped Passengers 1.0
3,014
60
3,014
60
This is a rewrite of the Ped Passengers! mod by R_S
https://www.gta5-mods.com/scripts/passenger-mod
This script will get random peds to get into your vehicle. You must be stopped for it to work. You also must be the driver of the vehicle, so it won't work if you're in a taxi or something.
Keyboard keys are defined in the ini
Controller buttons are: Horn to call peds, Exit Vehicle to get everyone out
Installation:
Just drop the cs and ini files into your scripts folder
Requirements:
Script Hook V
https://www.gta5-mods.com/tools/script-hook-v
ScriptHookV.Net
https://github.com/crosire/scripthookvdotnet/releases
I really have no interest in updating this, as it works fine for me. I'm uploading the cs file instead of compiling it so people can use the code, or make changes to parts if you want. If you use any of this for another script that's uploaded, please credit me and R_S. I will make changes if someone asks though.
I know some of this code wasn't done right (like using the existing VehicleSeat enum in SHVDN, I didn't feel like learning how to convert an enum to a list), but this was my first attempt at coding for GTA. I couldn't get passengers that were already on a bus to stop freaking out, but new riders should be fine. I also wanted to have the script ignore cops, because walking cops will get into your car. And for some reason, when passengers get out when the player does (with controller), they try to get into the driver seat and take the car. If someone wants to fix these issues, that would be awesome.
If anyone is interested in the difference between this one and the one by R_S:
-controller support added
-multiple passengers
-only works if in a vehicle
-only works if stopped
-only works if driving (not in taxi)
-peds don't flee in terror
-works with buses
https://www.gta5-mods.com/scripts/passenger-mod
This script will get random peds to get into your vehicle. You must be stopped for it to work. You also must be the driver of the vehicle, so it won't work if you're in a taxi or something.
Keyboard keys are defined in the ini
Controller buttons are: Horn to call peds, Exit Vehicle to get everyone out
Installation:
Just drop the cs and ini files into your scripts folder
Requirements:
Script Hook V
https://www.gta5-mods.com/tools/script-hook-v
ScriptHookV.Net
https://github.com/crosire/scripthookvdotnet/releases
I really have no interest in updating this, as it works fine for me. I'm uploading the cs file instead of compiling it so people can use the code, or make changes to parts if you want. If you use any of this for another script that's uploaded, please credit me and R_S. I will make changes if someone asks though.
I know some of this code wasn't done right (like using the existing VehicleSeat enum in SHVDN, I didn't feel like learning how to convert an enum to a list), but this was my first attempt at coding for GTA. I couldn't get passengers that were already on a bus to stop freaking out, but new riders should be fine. I also wanted to have the script ignore cops, because walking cops will get into your car. And for some reason, when passengers get out when the player does (with controller), they try to get into the driver seat and take the car. If someone wants to fix these issues, that would be awesome.
If anyone is interested in the difference between this one and the one by R_S:
-controller support added
-multiple passengers
-only works if in a vehicle
-only works if stopped
-only works if driving (not in taxi)
-peds don't flee in terror
-works with buses
पहले अपलोड: अक्टूबर 25, 2017
आखरी अपडेट: अक्टूबर 25, 2017
Last Downloaded: 2 दिन पहले
30 टिप्पणियाँ
This is a rewrite of the Ped Passengers! mod by R_S
https://www.gta5-mods.com/scripts/passenger-mod
This script will get random peds to get into your vehicle. You must be stopped for it to work. You also must be the driver of the vehicle, so it won't work if you're in a taxi or something.
Keyboard keys are defined in the ini
Controller buttons are: Horn to call peds, Exit Vehicle to get everyone out
Installation:
Just drop the cs and ini files into your scripts folder
Requirements:
Script Hook V
https://www.gta5-mods.com/tools/script-hook-v
ScriptHookV.Net
https://github.com/crosire/scripthookvdotnet/releases
I really have no interest in updating this, as it works fine for me. I'm uploading the cs file instead of compiling it so people can use the code, or make changes to parts if you want. If you use any of this for another script that's uploaded, please credit me and R_S. I will make changes if someone asks though.
I know some of this code wasn't done right (like using the existing VehicleSeat enum in SHVDN, I didn't feel like learning how to convert an enum to a list), but this was my first attempt at coding for GTA. I couldn't get passengers that were already on a bus to stop freaking out, but new riders should be fine. I also wanted to have the script ignore cops, because walking cops will get into your car. And for some reason, when passengers get out when the player does (with controller), they try to get into the driver seat and take the car. If someone wants to fix these issues, that would be awesome.
If anyone is interested in the difference between this one and the one by R_S:
-controller support added
-multiple passengers
-only works if in a vehicle
-only works if stopped
-only works if driving (not in taxi)
-peds don't flee in terror
-works with buses
https://www.gta5-mods.com/scripts/passenger-mod
This script will get random peds to get into your vehicle. You must be stopped for it to work. You also must be the driver of the vehicle, so it won't work if you're in a taxi or something.
Keyboard keys are defined in the ini
Controller buttons are: Horn to call peds, Exit Vehicle to get everyone out
Installation:
Just drop the cs and ini files into your scripts folder
Requirements:
Script Hook V
https://www.gta5-mods.com/tools/script-hook-v
ScriptHookV.Net
https://github.com/crosire/scripthookvdotnet/releases
I really have no interest in updating this, as it works fine for me. I'm uploading the cs file instead of compiling it so people can use the code, or make changes to parts if you want. If you use any of this for another script that's uploaded, please credit me and R_S. I will make changes if someone asks though.
I know some of this code wasn't done right (like using the existing VehicleSeat enum in SHVDN, I didn't feel like learning how to convert an enum to a list), but this was my first attempt at coding for GTA. I couldn't get passengers that were already on a bus to stop freaking out, but new riders should be fine. I also wanted to have the script ignore cops, because walking cops will get into your car. And for some reason, when passengers get out when the player does (with controller), they try to get into the driver seat and take the car. If someone wants to fix these issues, that would be awesome.
If anyone is interested in the difference between this one and the one by R_S:
-controller support added
-multiple passengers
-only works if in a vehicle
-only works if stopped
-only works if driving (not in taxi)
-peds don't flee in terror
-works with buses
पहले अपलोड: अक्टूबर 25, 2017
आखरी अपडेट: अक्टूबर 25, 2017
Last Downloaded: 2 दिन पहले
@DaWoodz Not sure why it didn't link your name on that last comment
this mod needs work......we should be able to shoot peds after it sits in the vehicle and we should be able to kick out peds from the vehicle.....after I exit vehicle the peds just sits in the car I cant shoot I cant kick out nor I can kill......
dagoob Thank You For The Info, Z.
@dagoob thanks for the response
Nice mod, sometimes you need a fellow passenger to make a trip for fun. It would be nice if they make conversations to you too.
its the most useless mod ive ever seen, but my god this can make some funny moments lol, 5/5 for creativity. Who knows, maybe this base file and idea can be used for something else.
One thing I wanted to add is if you equip a weapon, the passengers will get the same weapon and start shooting at other peds. I might update this since people are actually downloading it. Didn't think that would happen, haha!
There was no .ini in the zip.
@gtshmeh Derp. It's not needed anyway, just has the two keys. You can change them in the cs file.
@dagoob Thanks, I realized it didn't matter right after I commented. D'oh!
Great MOD! Thanks.
does not work i put the mod in scripts folder and nothing happens
the mod does not work I put it in the scripts folder and nothing happens.
It just says "1/1 seats" and nothing else happens
How to make 2 button controller (VehicleHorn and VehicleDuck) in your .cs?
Source code? I'm trying to make a script and I need one of it's functions.
Sorry nvm
wheres the ini file all i get is the cs
You should update it so cars can actully be full bro!
Like the army vehicle, got 9 seats, but only 2 peds cana actually enter.
You're a genius at code, you gotta update this line or two. ;)
5/5 mod man
Does this work with Airplanes, and if so, will it also work with a Modded Model of a Airplane..