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. Don't think so! Next up in line is definitely Starmix!
  2. You use Game.LocalPlayer.Character to get the player's ped. You don't need to use the player class.
  3. British Policing Script's development is coming along well! I expect to have a first release reasonably soon, depending on a few further outstanding issues & enquiries.
  4. If you know a ped with that name exists, you can do something like this (syntax off the top of my head): foreach (Ped ped in World.GetAllPeds()) { if (ped.Exists()) { Persona pers = Functions.GetPersonaForPed(ped); if (pers.FullName == NameUserEntered) { return pers; } } } I use something similar for my British Policing Script and I think the LSPDFR computer uses a similar method to this as well.
  5. Albo1125 commented on Fiskey111's gallery image in GTA V Galleries
  6. Please keep this Arrest Manager related. If you want to do a blog on which mods you've installed, feel free to do so elsewhere.
  7. Everything loads fine in that log. If stuff isn't loading it means o e of my mods you have installed is out of date. Update them all.
  8. Alright. Unfortunately in the logs you sent me the error does not seem to be occurring. Please try reproducing this issue and then send me the log file from that specific session.
  9. In your previous messages you mentioned 'Game crashes'. Can you elaborate a bit on what exactly you mean by this if your entire GTA is indeed not crashing?
  10. This is the development forum, the devs can magically change this kind of thing ^.^ To set the ped as wanted, use Functions.SetPersonaForPed to set LSPDFR computer persona for the ped. This allows you to set the ped as wanted amongst other things. I recommend you check out my guide that documents the API too:
  11. From the log everything looks in order. Is your entire GTA V game crashing? (i.e exit to desktop?)
  12. Technically speaking it can go up to 20 but I recommend staying within the 1-5 range.
  13. He said stream overlay, but meant steam overlay. It's what appears in game when your press shift enter in a steam game.
  14. Check the video out - this will offer features for passengers on Traffic Stops. I may create a non-British version of the menu in due course.
  15. It's all based on statistics. Fact is young drivers are more likely to be involved in an collision, hence the higher cost, although as @Ben mentioned, there are various ways to get it down. It's a good thing insurance companies take your history into account; it's part of the punishment for careless/dangerous driving. If you drive safely and respect the law, expect to build no-claims bonuses and the cost to drop rapidly. If not, well, get your car seized every time you drive illegally ^.^
  16. Latest one is included in the download. Just replace the old one.
  17. You need to update Albo1125.Common.
  18. Not due to Traffic Policer. Allegedly RAGENativeUI is causing this for some people.
  19. You need to make sure Windows Media Player is downloaded, installed and enabled on your computer.
  20. Definitely not an Arrest Manager feature nor any of my other plugins.
  21. Seems like you have an invalid model set in your lspdfr's backup. Xml file.

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.