Exports
With these exports, you will be able to manipulate the system from scripts external to it.
Client Exports
GetPlayerHouses
-- @param identifier (string): The identifier of the character.
-- If empty, it will take the client identifier.
exports.origen_housing:getPlayerHouses(identifier)Returns a table with house data or an empty table if there are no houses.
Server Exports
Last updated