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 to make a hightlited area to search

Featured Replies

  • Author
6 hours ago, LMS said:

If you are looking to create a blip that covers an area of the map, try using ADD_BLIP_FOR_RADIUS.

ok thanks ill see what i can do 🙂

6 hours ago, LMS said:

If you are looking to create a blip that covers an area of the map, try using ADD_BLIP_FOR_RADIUS.

if possible could you give me a example of how to use it?

LFennell

  • 1 year later...
On 7/19/2022 at 9:38 PM, TheLastKnight2310 said:

ok thanks ill see what i can do 🙂

if possible could you give me a example of how to use it?

Examples:

local coords = vector3(0.0, 0.0, 0.0)

local blip = AddBlipForRadius(coords, 100.0) -- need to have .0
SetBlipColour(blip, 1)
SetBlipAlpha(blip, 128)

const blip = AddBlipForRadius(0.0, 0.0, 0.0, 100.0);
SetBlipColour(blip, 1);
SetBlipAlpha(blip, 128);

 

21 hours ago, Dazuga said:
need to have .0

actually that takes more resources
Adding .0 makes the compiler threat the var as a Double
if we use compile directive  'f' the compiler will make a single precision floating point number instead.

So 100f is a float
Using compile directive f is the right c# syntax for parametric floats, but for new coders it looks 'odd'

 

See my plugin here:
https://www.youtube.com/watch?v=peqSXuTfIyY

Let me know if you find it interesting.
Best Regards.

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.