theralio 0 Posted August 15, 2018 (edited) Hello, How can i create a waypoint that shows the route on the map(i dont find anything in Wiki) like this i tried it with the Waypoint looking Blip https://www.pic-upload.de/view-35795824/Unbenannt.png.html and how can i calculate the distance between two points? Edited August 15, 2018 by theralio Share this post Link to post Share on other sites
MrPancakers 108 Posted August 15, 2018 You can use a blip with the same icon as a waypoint, and then use https://wiki.rage.mp/index.php?title=Blip::routeFor to give you that line from you to the blip As for getting the distance it depends what you want, there's various ways https://wiki.rage.mp/index.php?title=Entity::dist https://wiki.rage.mp/index.php?title=Entity::distSquared https://wiki.rage.mp/index.php?title=Gameplay::getDistanceBetweenCoords There's plenty in the wiki to look at. Share this post Link to post Share on other sites