Skip to content

Simple fivem script for creating helpful markers on the map in the game making gameplay easier and looking nice

License

Notifications You must be signed in to change notification settings

WhereiamL/Fivem-HelpWaypoints

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Fivem-HelpWaypoints

Simple fivem script for creating helpful markers on the map in the game making gameplay easier and looking nice

image

Usage/Examples

In loop

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

FAQ

Can I use it in job, for example?

Of course you can, most things are possible in this script

Will the script ever be updated?

Not likely, and if we do, we'll be sure to let you know on our discord : https://discord.gg/iconicscripts

About

Simple fivem script for creating helpful markers on the map in the game making gameplay easier and looking nice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%