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.

Blips not working?

Featured Replies

My blips have stopped working for certain calls but they work in other calls no errors in vs2019. For example my rtc callout spawns the vehicles and it works but no blips maybe its a me issue but it works with my other calls

private Blip SuspectBlip;
private Blip VictimBlip;
private Ped Suspect;
private Ped Victim;

SuspectBlip = Suspect.AttachBlip();
SuspectBlip.IsFriendly = false;

VictimBlip = Victim.AttachBlip();
VictimBlip.IsFriendly = true;
VictimBlip.EnableRoute(Color.Yellow);

 

 

BWelch

Don't use ".AttachBlip();", it's prone to all sorts of weird issues. Use the constructor for the Blip class "SuspectBlip = new Blip(Suspect);".

 

Aside from that I can't suggest much, not without seeing the code and how it actually executes.

Live Streaming daily from 8pm GMT (UK) at https://twitch.tv/OfficialLukeD - I play a variety of things 😄

Join my official discord server for support, general chat and my stream schedule! https://discord.gg/Mddj7PQ

  • Author
4 hours ago, LukeD said:

Don't use ".AttachBlip();", it's prone to all sorts of weird issues. Use the constructor for the Blip class "SuspectBlip = new Blip(Suspect);".

 

Aside from that I can't suggest much, not without seeing the code and how it actually executes.

Thanks for the help but i think it was my game

BWelch

  • 1 month later...

I am having problems also.But I will play for about 10 minutes and then I can't blip cars.I have not done any callouts during this time only a traffic stop.

How do I fix this?

On 4/2/2020 at 7:15 AM, LukeD said:

Don't use ".AttachBlip();", it's prone to all sorts of weird issues. Use the constructor for the Blip class "SuspectBlip = new Blip(Suspect);".

 

Aside from that I can't suggest much, not without seeing the code and how it actually executes.

 

2 hours ago, billiarboy said:

I am having problems also.But I will play for about 10 minutes and then I can't blip cars.I have not done any callouts during this time only a traffic stop.

How do I fix this?

 

Is this related to programming at all? If so, make your own thread please. If not, go to the support section, this is the development section.

Live Streaming daily from 8pm GMT (UK) at https://twitch.tv/OfficialLukeD - I play a variety of things 😄

Join my official discord server for support, general chat and my stream schedule! https://discord.gg/Mddj7PQ

I have no idea.It happened after the latest update to LSPDFR.

On 5/13/2020 at 9:43 AM, LukeD said:

Is this related to programming at all? If so, make your own thread please. If not, go to the support section, this is the development section.

It happens after there is a random blip( I think game produced) the blip gets away and then i can't blip cars!

Edited by billiarboy

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.