Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Custom Blip Routes #6

Open
MRVDOG opened this issue Sep 5, 2020 · 0 comments
Open

Support Custom Blip Routes #6

MRVDOG opened this issue Sep 5, 2020 · 0 comments

Comments

@MRVDOG
Copy link

MRVDOG commented Sep 5, 2020

Hey,

I love this script, only issue I have found, is it only seems to support base game waypoints,
I'm working on my own script that adds it's own waypoints, and I've tried everything to do with Blip's to try get your GPS stuff to work, with no luck, unless I'm missing something...

mapRoute = { blip: AddBlipForCoord(x, y, 0.0), p: {  x, y, z: 0.0 } };
SetBlipRoute(mapRoute.blip, true);
SetBlipSprite(mapRoute.blip, 161);
SetBlipColour(mapRoute.blip, 26);
SetBlipRouteColour(mapRoute.blip, 26);
SetBlipCategory(mapRoute.blip, 2);

(written in Javascript)

if you could possibly add support for all Blips with a Route assigned, that would be awesome 😃

Thank-you

~MRVDOG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant