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.

Albo1125

Insiders
  • Joined

Everything posted by Albo1125

  1. Are you on windows 10? You should try disabling Bank Heist Voice overs from the INI file.
  2. Whenever I disable pursuit AI, and then call for backup via the B menu, LSPDFR crashes. Also, if I don't disable pursuit AI, I have the following problem: If the suspects are in a police vehicle (like my Stolen Police Vehicle callout) they immediately stop their car and flee on foot. Any ideas/suggestions are appreciated!
  3. Thank you. Will fix in the next release.
  4. Can you take screenshots of the whole GTAV folder?
  5. I will personally be updating my mods as soon as possible. Until I do so, they most likely will not work with 0.3.
  6. To add onto Nutt's comment above, I might see how I can optimally make use of the newly updated API without making LSPDFR a mandatory assembly. Shouldn't delay release, though.
  7. That's really weird. Can you try this with all other mods disabled?
  8. Looks fine here...Have you set the BlockedPermanentEvents to true?
  9. LSPDFR 0.3 has EMS.
  10. int r = new Random().Next(1, 2); will always return 1. What this does is pick a random number that's 1 or higher, but lower than 2 (aka 1 only). Also, for good practice, create one single random instance that you call throughout your entire code. If you don't, you'll keep getting the same numbers: Random rnd = new Random(); int r = rnd.Next(1,3); //returns either 1 or 2 int r = rnd.Next(2); //returns 0 or 1
  11. Prepare for all hell to break loose Extremely likely that most mods will break. We'll deal with it eventually
  12. Because GTA starts counting months from 0 for some reason which is invalid.
  13. You probably haven't played enough gta v. Try setting your date to something valid in the trainer.
  14. Seems like this is a crash caused by LSPDFR's callout manager. Does it happen more often?
  15. 0.0.4.0: Pacific Bank Heist: Fixed a rare issue where the Pacific Bank gates weren't unlocked by default. Pacific Bank Heist: Fixed a crash that occurred within a certain easter egg. Traffic Stop Backup Required: You now have the option to let the other officer arrest a suspect if the situation arises. Traffic Stop Backup Required: Fixed certain crashes that were making it unplayable. Traffic Stop Backup Required: Added about 15 new possible situations. New callout: Stolen Police Vehicle. Added new audio files. Default INI file has been tweaked to optimise the settings for normal use. Albo1125.Common.dll: Updated to 3.0.4.9. This fixes a crash some people were experiencing at startup. Works with RPH 0.29: RPH 0.30, 0.31 and 0.32 work too, but they're not recommended due to LSPDFR compatibility issues.
  16. Would just like to confirm many new Traffic Stop Backup Required situations, including the option to make the other officer perform the arrest, will be included in the next release! Fixed this in the next release. You can just use a trainer to open them atm if they're not open by default.
  17. I can confirm support for custom liveries per patrol will be added in the initial release
  18. Thanks for pointing that one out Will change it in the next release.
  19. Yes! Haha thanks! I get 7hrs of sleep every night at least, don't worry
  20. Placeholder comment - enjoy!
    • 7,772 downloads
    • Version 0.0.7.0
    Body Cam Do not redistribute or reupload this without my explicit permission. Body Cam is a mod whose original intention is to add physical body cams to officers. As an added bonus, it allows you to switch to your own body cam view. In the INI file, you can set which ped models should be fitted with a bodycam. You can also set the keys to switch to your Body Cam view - which, as an added bonus, can also be used within the Rockstar Editor. Installation: Using Body Cam:
  21. I've written the support section above especially for you. Please read it and follow the steps suggested.

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.