GetEntryCoordinates
luaexports.nolag_properties:GetEntryCoordinates()
Returns
vector3- The coordinates of the entry point (blip location) of the current property, or the player's current coordinates if no property is selected.
Usage Example
lualocal entryCoords = exports.nolag_properties:GetEntryCoordinates() print("Entry coordinates:", entryCoords)
Description
This export retrieves the entry coordinates of the property the player is currently inside. If the player is not currently in a property, it returns the player's current position instead. The entry coordinates correspond to the property's blip location, which is typically the main entrance or interaction point.