MadnessReloaded's Objective Indicators
Events have never been that easy to find.
This resource lets you place on-screen markers that will describe the name or purpose of the indicator and the distance between you and the indicator. It's pretty customizable, lets you create markers with different positions (duh), names, colors, images and minimum and maximum display distances.
It distinguishes between metres and kilometres (although I know distance is measured by units, it's just an extra)
You can place multiple indicators:
You can use these clientsided exported functions:
createObjectiveIndicator (x,y,z,name[,maxdistance,mindistance,r,g,b,image]) --RETURNS THE INDICATOR'S ID
destroyObjectiveIndicator (id) -- THE ID SHOULD BE RETURNED BY CREATEOBJECTIVEINDICATOR
drawObjectiveIndicator (x,y,z,name[,maxdistance,mindistance,r,g,b,image]) -- DRAW IT ONCLIENTRENDER.
Link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=15069