MDT
lb_tablet
Setup
Config.HousingScript = "rcore"Download Handler
Features
wasabi_mdt
Setup
Download Handler
Features
Last updated
rcore_housing provides bridge handlers for MDT (Mobile Data Terminal) applications, enabling property search and management within tablet/computer interfaces.
Official lb_tablet Integration Coming
This handler will be included out of the box in an upcoming lb_tablet update. The integration has already been submitted to LB team for inclusion in their official release.
Official integration with lb-tablet.
Download the handler file below
Place in: lb-tablet/server/custom/housing/rcore_housing.lua
In lb-tablet/config.lua, set the housing script:
Config.HousingScript = "rcore"Search properties by ID, owner, or name
View property details, pricing, and location
List properties owned by a specific player
Automatic property formatting for tablet compatibility
Official integration with wasabi_mdt.
Official wasabi_mdt Integration Coming
This handler will be included out of the box in an upcoming wasabi_mdt update. The integration has already been submitted to Wasabi team for inclusion in their official release.
Download the handler file below
Place in: wasabi_mdt/server/adapters/housing/rcore_housing.lua
In wasabi_mdt/config/config.lua, set the housing adapter:
Search properties by ID, owner, name, or address
View property details, pricing, state, and location
List properties owned by a specific player
Automatic property type mapping for MDT compatibility
Last updated
Config.SyncData = {
enabled = true,
citizens = true,
vehicles = true,
housing = "rcore_housing"
}