Giter VIP home page Giter VIP logo

Comments (7)

JajarGaming avatar JajarGaming commented on June 26, 2024 1

No clue lol

from natives.

Z3rio avatar Z3rio commented on June 26, 2024

When testing this native, it seems to be doing absolutely no difference to radar blips, or normal blips.
Do you know what it is supposed to do? If so, I would love to fix the broken image link, but I don't really know what the image is supposed to be of since the native's usage is unclear.

from natives.

Z3rio avatar Z3rio commented on June 26, 2024

@blattersturm Do you have any clue as to how SetRadiusBlipEdge works?
So I could go ahead and fix the image link.
(read convo above for more context)

from natives.

JajarGaming avatar JajarGaming commented on June 26, 2024

@blattersturm Do you have any clue as to how SetRadiusBlipEdge works?

So I could go ahead and fix the image link.

(read convo above for more context)

Don't randomly ping them bruh

from natives.

Z3rio avatar Z3rio commented on June 26, 2024

@blattersturm Do you have any clue as to how SetRadiusBlipEdge works?
So I could go ahead and fix the image link.
(read convo above for more context)

Don't randomly ping them bruh

It is not a "random ping", I would say it's quite fair to ping someone knowledgeable (more specifically, one of the main contributors) about the issue if no one has the answer.
I'm quite sure there are bigger issues than getting pinged once for a fair reason 😅.

There is no need to be hostile / assume stuff, when neither one of us knows blatter's opinion about getting pinged. (unless you do)

from natives.

4mmonium avatar 4mmonium commented on June 26, 2024

This is what it does:

image

And here's the code for it:

local coords = GetEntityCoords(PlayerPedId())
local radiusBlip = AddBlipForRadius(coords, 100.0) -- need to have .0
SetBlipColour(radiusBlip, 1)
SetBlipAlpha(radiusBlip, 255)
SetRadiusBlipEdge(radiusBlip, true)

In the native documentation it states that this should be enabled on a radius blip, but I guess it's not that clear.

Enabling this on a radius blip will make it outline only.

I will fix the documentation for that native soon.

from natives.

4mmonium avatar 4mmonium commented on June 26, 2024

Resolved in #926
Thank you for sending the report.

from natives.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.