Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Lieutenant Dan

Members
  • Joined

  • Last visited

Everything posted by Lieutenant Dan

  1. 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.
  2. Alright, thank you for your help. I might credit you once I release my callout pack :)
  3. So you're saying that won't work?
  4. Alright then, thank you very much :)
  5. 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();
  6. Thank you very much for your help, I will put these to good use :)
  7. 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?
  8. 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.
  9. 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.
  10. RadianceV by BxBugs123. Also, glad I could help :)
  11. Oh, then it should work! Try reinstalling everything, because it works for me and I have no clue what's causing it.
  12. I don't think ELS is compatible with 1032.
  13. Well, I'm running 1011, because I had a backup saved on RPH.
  14. It's compatible with my game (1011), it's not for you?
  15. So try reinstalling it. Also, ELS is supported with 1011, I'm using it right now.
  16. I can relate... trust me. Maybe you didn't install ScriptHookV, or all components of ELS?
  17. Also, go to OpenIV, and go to Tools/ASI Manager, from there if there is something uninstalled, install it.
  18. Are you running 1011 or 1032?
  19. 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?
  20. You can use patchday14ng, it works just the same no matter if you don't or do have the models in the patchday.
  21. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.