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.

hi

Featured Replies

hi so im new to programming,i have Experience in programming websites just now getting in to making games, but i don't care about making Games i just wanna be able to make mods, it's easier than making a full game lol, so let me get to the point now haha sorry about that, so i'm working on a callout Package i have about 4 callouts that are close to being done, like i  said i'm still learning but not the best at math but i'll get through it haha, so i have three questions,  how do i add a waypoint to the Locations of the scene, and and how do i add more vector locations, and last one how do i make where if i have a callout for sandy shores i won't get the callout if i'm in the city only when i'm close, thank you.

For the Waypoints, I usually attach it to the police vehicle (or whoever's on scene) So CopVB in this case is the cop vehicle name/tag blip

 

Spoiler

                CopVB = Cop.AttachBlip();

                CopVB.Scale = 0.6f;

                CopVB.Name = "Officer";

                CopVB.EnableRoute(Color.DodgerBlue);

                SpawnedBlips.Add(CopVB);

 

If that doesn't work, you might wan't to ask other people, because I haven't coded in a long time, so I have forgotten a few things. Also remember to have the private blip where you have the callout states, peds, vehicles and what not.

 

private Blip CopVB;

 

For the vector 3's, I think I know what you're talking about, but I might've forgotten how to do it sorry.

Edited by SRS Bladez

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.