Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssObjective Indicators (objectiveindicators)

Category:script
Author(s):MadnessReloaded
Downloads:245
Rate:You need to be logged in to vote
Rating:5 (3 Votes)
Description:
This script gives you the ability to mark locations in the world with a "pin" or custom image specifying the name of the event or location, and the distance between its position and yours.

You can create an indicator with just using a function or you can draw it while using onClientRender or onClientPreRender, like it was a dxDraw function.


EXPORTS:
Client-Sided:
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.

Download latest version | Report

Version history

Version Publish Date Changes
1.0.0 2017-12-20 16:14:43 First public release Download