Installation

0Resmon Houses Installation Document and Basic Concepts

This installation guide covers both ESX and QBCore frameworks.

ResourceSource

ox_lib

bob74_ipl

xsound

screenshot-basic

0r_lib

You can find it on your keymaster account. (It is delivered as Escrow.)

qua-garagehouse

You can find it on your keymaster account. (It is delivered as Escrow.)

qua-house

You can find it on your keymaster account. (It is delivered as Escrow.)

qua-nmotel

You can find it on your keymaster account. (It is delivered as Escrow.)

Target System

The system can work with ox_target and qb-target plugins. Or you can integrate it by making arrangements yourself.

Supported Inventories

  • qb-inventory

  • qs-inventory

  • ox_inventory

  • ps-inventory

  • lj-inventory

  • origen_inventory

  • ls-inventory

  • core-inventory

  • codem-inventory

SQL For House Script

It has an automatic SQL installation system. You don't have to do anything.

Setup For Inventories

Open the ox_inventory/data/items.lua file. And place the following code.

['housekey'] = {
	label = 'House Key',
	weight = 200,
	stack = false
},

['houselockpick'] = {
	label = 'House Lockpick',
	weight = 200,
	stack = false
},

and now open the ox_inventory/modules/items/client.lua file and place the following code.

Item('housekey', function(data, slot)
    TriggerEvent('0R:Houses:Client:OpenHouseDoor', slot)
end)

Other Supported House Maps

Apart from the maps that come with the purchase of 0R House, house maps are available. House maps provided by Household Studios and compatible with the house system:

These maps belong to Hane Studios. If you have any problems you should contact them.

Server.cfg

start es_extended
start 0r_lib
start 0r_houses

## If You Are Using Other Maps ##
start hn_expansion_41_houses
start hane_mirrorpark_data
--- esx resources --

The server.cfg initialization order should be as follows.

Last updated