Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt

Use this file to discover all available pages before exploring further.

Client Exports

-- Get player's houses
exports['no-housing']:GetPlayerHouses()

-- Enter house
exports['no-housing']:EnterHouse(houseId)

Server Exports

-- Get house data
exports['no-housing']:GetHouseData(houseId)

-- Set house owner
exports['no-housing']:SetHouseOwner(houseId, identifier)