Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the name of the territory the local player is currently inside.
nil
local territoryName = exports["drugs_creator"]:getCurrentTerritory()
local territory = exports["drugs_creator"]:getCurrentTerritory() if territory then print("You are in territory: " .. territory) else print("You are not inside any territory") end
Related topics