getInsideTerritory

Returns the current territory ID (if any) that the target player is standing in.

-- ARGUMENTS
-- source: number

-- RETURNS
-- id: number

RegisterCommand("getTerritory",function(source)
  print( exports.ti_territories:getInsideTerritory(source) )
end)

Last updated