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.

w0nder

Members
  • Joined

  • Last visited

  1. If you're talking about a mod to that then unfortunately no. I don't think (I did a little bit of research) that there are any all red lights on any models yet. The authors of the vehicles need to make the light all red so my best suggestion would be to put a post into this forum http://www.lcpdfr.com/forums/forum/889-discussion-suggestions/ and hope somebody makes a model in the future with all red lights. :(
  2. w0nder replied to a post in a topic in Legacy
    It's just down for a few hours (hopefully.) It's not just you. If you wait a few more hours or check back later, it should be up!
  3. The above should work, I personally don't use it but I have heard many people that do use it and recommend it. It's worth a try I guess!
  4. Hey guys! Recently got into developing and hope to eventually, after getting a little better release a callout pack. Today I've spent a few hours on some code and I'm not exactly sure why I'm having so many issues with it. It could just be something obvious and my lack of experience is making me miss something important, but I'm not able to find what is wrong with my code. Any help would be amazing! The issue is shown below this that video: Here is the the only part I think I could have messed up in the code: if (Game.LocalPlayer.Character.DistanceTo(Suspect.Position) < 20f) { Suspect.Tasks.FightAgainst(Game.LocalPlayer.Character); } else { Suspect.Tasks.Wander().WaitForCompletion(20000); } if (Suspect.IsDead || Suspect.IsCuffed) { End(); Game.DisplayNotification("Dispatch we are Code 4, No additionals needed"); Functions.PlayScannerAudio("ALL_UNITS CODE_4_ADAM_NO_ADDITIONAL"); } Again, thanks for any help and if anyone would like to help me further, send me a pm or let me know in this forum and i'll send you the entire thing. I have these set as that as well. Suspect.IsPersistent = true; Suspect.BlockPermanentEvents = true;

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.