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.

Help: Trying to detect all police within a certain radius

Featured Replies

I'm trying to detect police officers near the player and assign them each a variable (Ped officer1, Ped  officer2, etc.)

Not sure how to do this and after searching through the Rage Documentation I still can't find anything about detection. 

 

Everything helps 🙂

 

 

Everyone wants happiness, no one wants pain. But you can't have a rainbow, without a little rain.

  • Management Team

Every police officer is also a ped, so you could first get all peds using World.GetAllPeds. Now that you got the peds, you can work out which one is a cop.

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

  • Author
2 hours ago, LMS said:

Every police officer is also a ped, so you could first get all peds using World.GetAllPeds. Now that you got the peds, you can work out which one is a cop.

@LMS Thanks! I've decided to try out the following code but I'm a bit new to C# and arrays confused me XD. 

https://pastebin.com/nxuN7xyQ

 

What I can't figure out is why I can't get the Entity.Model property from my variable in order to check whether or not it is a police car.

 

Many thanks 🙂

Everyone wants happiness, no one wants pain. But you can't have a rainbow, without a little rain.

  • Management Team

The Any function returns true if any of the elements in the sequence match a certain criteria: peds.Any(entity => entity.Model == "POLICE");

You are probably looking for the Where function that gives you all elements that match a certain criteria instead. I would recommend looking at examples on how to use these functions for C#.

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

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...

Similar Content

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.