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.

How do I make a ped flee in a vehicle but make it to where his location is unknown to me?

Featured Replies

Unlike other callouts I don't even want the search radius. For maximum realism I literally want to have to search for him totally on my own.

Would I just add the ped to a pursuit but not attach a blip, and then only have the blip appear when I got within 50 feet of him? would that work?

  • Author
6 minutes ago, 585ny14603 said:

Or you could just turn your radar off. But that could work, seems pretty simple to not attach a blip until <50 feet.

Well I'd like to be able to see other suspects if multiple fled in different directions, but if you think keeping the individual blip off will work then I will do it.

 

If I dispatch a unit to the fleeing peds location (unknown to me but known to the game) will other units pursue it if they see him running since he is flagged as in pursuit? Or only if I order them to?

Edited by download500

  • Author
1 hour ago, 585ny14603 said:

Or you could just turn your radar off. But that could work, seems pretty simple to not attach a blip until <50 feet.

Hmm for some reason the game still gives him a default white star blip if I don't assign him one. Is this an unavoidable effect of the new Rage? Is there any way to make that blip invisible without turning the radar off completely?

  • Author

Do you know how to make a ped drive aimlessly while NOT in a pursuit? I'd like to just have him drive around and then make there a chance for him to flee. The only way I know how would be to have him drive to a random position on a street super far away, problem is that he would eventually stop driving.

 

EDIT: I think I just answered my own quesiton. I have him drive to random position on the map, and then if I or a cop come within 50f of him theres a chance of a pursuit.

Edited by download500

You can use Ped.Tasks.CruiseWithVehicle to make him drive around.

Stealth22
LSPDFR Tester | Plugin Developer
My Plugins: Code 3 Callouts | Traffic Control | Keep Calm | ALPR+

Please do not PM me for any kind of technical support.
I unfortunately do not have enough free time to answer every PM that I get. For issues with my plugins, please post in the comments section of the file, or it's forum thread. You'll get a much quicker response from me there than if you send me a PM; I do my best to respond to every question in the comments sections. For API/programming questions, please post them in the API Development forum, so all developers can benefit from the answer as well. Thanks!

What you could also try:

When LSPDFR has created a pursuit, you can try getting the blip attached to the pursuit ped and deleting it:

ped.GetAttachedBlip().Delete(); //or something similar, can't remember method name exactly.

 

My YouTube: Click here. 

My Discord Server - https://discord.gg/0taiZvBSiw5qGAXU

Useful post? Let me and others know by clicking the Like button.
Check out my many script modifications! 
Having issues? LSPDFR Troubleshooter by Albo1125.

20 minutes ago, Albo1125 said:

What you could also try:

When LSPDFR has created a pursuit, you can try getting the blip attached to the pursuit ped and deleting it:

ped.GetAttachedBlip().Delete(); //or something similar, can't remember method name exactly.

 

That would probably work. Just make sure you check if the Blip exists though.

Blip b = ped.GetAttachedBlip();

if (b.Exists())
    b.Delete();

Stealth22
LSPDFR Tester | Plugin Developer
My Plugins: Code 3 Callouts | Traffic Control | Keep Calm | ALPR+

Please do not PM me for any kind of technical support.
I unfortunately do not have enough free time to answer every PM that I get. For issues with my plugins, please post in the comments section of the file, or it's forum thread. You'll get a much quicker response from me there than if you send me a PM; I do my best to respond to every question in the comments sections. For API/programming questions, please post them in the API Development forum, so all developers can benefit from the answer as well. Thanks!

  • Author

Thanks for all the help guys I can't wait to release what I've been working on. It's a massive meta callout where literally any real life variable is possible.

10 minutes ago, download500 said:

Thanks for all the help guys I can't wait to release what I've been working on. It's a massive meta callout where literally any real life variable is possible.

I just realized something.

GetAttachedBlip may not work.

I remember trying the same thing with Keep Calm when I had that bug where fleeing suspects would just drive at a leisurely pace. GetAttachedBlip was not returning a blip for me, even though there was clearly a blip. That may have changed with 0.3 though. I had to get LMS to help me with that bug, and in the end, I used the IsPersistent property.

Stealth22
LSPDFR Tester | Plugin Developer
My Plugins: Code 3 Callouts | Traffic Control | Keep Calm | ALPR+

Please do not PM me for any kind of technical support.
I unfortunately do not have enough free time to answer every PM that I get. For issues with my plugins, please post in the comments section of the file, or it's forum thread. You'll get a much quicker response from me there than if you send me a PM; I do my best to respond to every question in the comments sections. For API/programming questions, please post them in the API Development forum, so all developers can benefit from the answer as well. Thanks!

54 minutes ago, Stealth22 said:

I just realized something.

GetAttachedBlip may not work.

I remember trying the same thing with Keep Calm when I had that bug where fleeing suspects would just drive at a leisurely pace. GetAttachedBlip was not returning a blip for me, even though there was clearly a blip. That may have changed with 0.3 though. I had to get LMS to help me with that bug, and in the end, I used the IsPersistent property.

I think this was a bug in an older RPH version where that method didn't work as intended, can't remember too well though.

My YouTube: Click here. 

My Discord Server - https://discord.gg/0taiZvBSiw5qGAXU

Useful post? Let me and others know by clicking the Like button.
Check out my many script modifications! 
Having issues? LSPDFR Troubleshooter by Albo1125.

I've been using getattachedblip for my cleanup code and it seems to work fine on both rph29 and the current one.

My YouTube Channel: Darkmyre Gaming (Australian LSPDFR patrols, plugins in development, and other games)

My Discord Server | AusGamer Network

 

Please do not PM me for technical support or bug reports, use the appropriate forum or plugin's comments instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

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.