Point

Add

In order to add Point you can use this export:

local serial = exports['ZSX_UIV2']:AddPoint(icon, coords, text, options)
Arg
Information
Optional

icon

String Icon for the point. List of icons.

coords

Vector3 / Number Coordinates of the specific location or entity.

text

String Text of the point

options

Object Metadata of the point

Structure of options object

Key
Information

onNearby

Function Called when player is nearby the point

removeOnNearby

Boolean Automatically remove the point when player is nearby

drawDistance

Number Sets draw distance of Point

Remove

To remove Point do the following

exports['ZSX_UIV2']:RemovePoint(serial)
Arg
Information

serial

Serial

Last updated