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.

Salzian

Members
  • Joined

  • Last visited

Everything posted by Salzian

  1. Sure. I haven't done something too fancy I think so I'm either overlooking something or caused a bug of some sort. If you need anything else, let me know.
  2. I grabbed the log from where the callout ends to the moment the criminal gets into the car. As you can see the cop fails to escort the ped due to the ped repeatedly detaching. https://pastebin.com/NwhTd26m Here is a more complete code snippet: https://pastebin.com/bnXZSPVU Callout at top, custom base class below.
  3. So I made my first small custom callout and everything is working fine. It's a pursuit with a vehicle. However one thing that bothers me is, that after the arrest of the driver, the arresting officer is not able to escort the person to his car. It looks like the ped starts walking, the cop looses grip, regraps the ped and repeat. After a few tries the ped manages to free himself, gets into his vehicle and drives of as if nothing had happened. I already tried clearing the peds tasks on callout end but still same behaviour. End() looks like this public override void End() { foreach (Ped criminal in criminals.Where(criminal => criminal.Exists())) { criminal.Tasks.Clear(); criminal.Dismiss(); Log($"Dismissed criminal {criminal.GetHashCode()}"); } Log($"Callout {GetType().Name} ended"); base.End(); } So nothing super special that could interfere. What am I missing?

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.