Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

GPS Pings #30

Open
DmACKGL opened this issue Apr 1, 2021 · 1 comment
Open

GPS Pings #30

DmACKGL opened this issue Apr 1, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DmACKGL
Copy link
Owner

DmACKGL commented Apr 1, 2021

Is your feature request related to a problem? Please describe.
GPS Coords sent as a waypoint.

Describe the solution you'd like
Create a "ping" system (share location)

Describe alternatives you've considered
None

Additional context
https://forum.cfx.re/t/free-optimized-gcphone-rewritten/2530569/21?u=dmack

@DmACKGL DmACKGL added enhancement New feature or request help wanted Extra attention is needed labels Apr 1, 2021
@ArcadiusMachine
Copy link

Just adding a option on the messages with coords triggering a function of Waypoint Create

function GPSWaypoint(coords) local gps = AddBlipForCoords(coords) SetBlipRoute(gps, true) SetBlipColour(gps, 18) SetBlipSprite(gps, 8) end

That's should do the job.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants