Everything posted by Lieutenant Dan
-
where are all police files?
Just go to mods/update/x64/dlcpacks/patchday14ng/dlc.rpf/x64/levels/gta5/vehicles.rpf/ Simply drag all of the vehicle models into that. If you don't have the "mods" folder, create it. The mods folder is important, because without it you will corrupt the game.
-
2016 Florida Highway Patrol Pack
??
-
How would I clear an area?
Alright, thank you for your help. I might credit you once I release my callout pack :)
-
2016 Florida Highway Patrol Pack
Will this be ELS?
-
How would I clear an area?
So you're saying that won't work?
-
How would I clear an area?
Alright then, thank you very much :)
-
Setting ped as wanted in the police computer?
Why don't you make a ped persona and use the GetRandomFullName function, as well as generating random ints for things like citations, stops, age, etc? Here is a random int code example: Random rnd = new Random(); int randomInt = 0; randomInt = rnd.Next(*MINIMUM*, *MAXIMUM*); EDIT: The GetRandomFullName function is located in Persona class. Persona.GetRandomFullName();
-
How would I clear an area?
Thank you very much for your help, I will put these to good use :)
-
How would I clear an area?
I'm making a bank robbery callout, and the preset peds and cars sometimes spawn on top of other cars, that were there before the callout. Would there be a way to clear the area, maybe like a function, with an x and y parameter, that removes all objects within an area?
-
Setting ped as wanted in the police computer?
Basically, here is some example code: private Persona PedPersona; private DateTime PedOneBirthday; private Ped PedOne; PedOne = new Ped("MODEL", Coords, Heading); PedOneBirthday = new DateTime(*year, month, day*); PedPersona = new Persona(*enter details here, include the PedOneBirthday variable in the birthday part of the constructor*); Functions.SetPersonaForPed(PedOne, PedPersona); And voila, you can now set peds as wanted, whether they are agents or cops, you can set their name, gender, age, citation amount, stop amount, etc.
-
2015 Dodge Charger "Palm Bay Police Department"
- 16 comments
- 10 reviews
-
Is anybody going to help me?
Thanks for all your help, but I fixed it myself. It was simply the fact that I was dropping files straight from WinRAR to OpenIV. Dragging them to a desktop folder first fixed that issue.
-
Need HELP with ELS
RadianceV by BxBugs123. Also, glad I could help :)
-
Need HELP with ELS
Oh, then it should work! Try reinstalling everything, because it works for me and I have no clue what's causing it.
-
Need HELP with ELS
I don't think ELS is compatible with 1032.
-
Need HELP with ELS
Well, I'm running 1011, because I had a backup saved on RPH.
-
Need HELP with ELS
It's compatible with my game (1011), it's not for you?
-
Need HELP with ELS
Glad to help :)
-
Need HELP with ELS
So try reinstalling it. Also, ELS is supported with 1011, I'm using it right now.
-
Need HELP with ELS
I can relate... trust me. Maybe you didn't install ScriptHookV, or all components of ELS?
-
Need HELP with ELS
Also, go to OpenIV, and go to Tools/ASI Manager, from there if there is something uninstalled, install it.
-
Need HELP with ELS
Are you running 1011 or 1032?
-
Need HELP with ELS
Just change the keybinding of ELS Key Lock in ELS.ini to something else. Question: Do you have red text showing up, saying "WARNING - ELS KEY LOCK ACTIVE"? Also, do you have AdvancedHookV.asi in your Grand Theft Auto V folder?
-
Need HELP with ELS
You can use patchday14ng, it works just the same no matter if you don't or do have the models in the patchday.
-
Need HELP with ELS
No, you go to ELS/pack_default/ and drop them there. Also, you can't do anything except for the key lock without a vehicle with the VCF set up correctly. And you have to name the VCF files with the exact same name as the vehicle model you are trying to activate ELS for.