Simple fivem script for creating helpful markers on the map in the game making gameplay easier and looking nice
local coords = vec3(2281.5424804688, 4813.0190429688, 55.574935913086 - 1.0)
while true do
local playercoords = GetEntityCoords(PlayerPedId())
local dist = #(coords-playercoords)
local metry = math.ceil(dist * 1)
exports['shinyx-HelpWaypoints']:DrawDestination(coords, "Example", metry)
Wait(0)
end
Of course you can, most things are possible in this script
Not likely, and if we do, we'll be sure to let you know on our discord : https://discord.gg/iconicscripts