Introducing SHELLs system, supporting all your custom developers custom shells maps;
Now you can set to certain furniture give you a new stash on house;
Fixed taxes error;
Rework on system / teleports to be much faster the housing loading avoiding delays;
Now you can sell house house more easily on door menu and preview the price;
For new buyers, we added about 200 new houses to start with style!
SHELL Tutorial:
Buyers can download new version via keymaster.
Change all files.
If you have any old modifications / adaptations, backup them to apply on this new update.
Many people have, so you may be one of them.
Now you can create tiers and doors in-game (developed mainly for MLOs);
No need to insert any fuel system on config, it will do all automatically;
Created an raid system for police officers;
Rework on interactions (bong, wine, whiskey etc);
Solved an rare key bug on apartments system;
Logout event function open on server_config (On QBCore version);
Fixed shell interior not being deleted when visiting it;
Now you can create custom stash tiers of individual houses (This allow you to have warehouses with many many stash amounts);
Fixed garage bug caused by new fivem updates to some natives;
When someone invites a player to his house, the invited player will receive a notification and needs to accept it in order to join house (Before you just got bring and that can be very abusive);
ESX buyers that uses REALLY OLD esx versions, the ones without imports.lua file inside es_extended are now supported 100% by housing system;
Fix a issue that some users have with MLO keyholders not seeing their markers;
Buyers can download new version via keymaster.
Change all files.
If you have any old modifications / adaptations, backup them to apply on this new update.
if you are an old buyer, execute this code on your SQL:
ALTER TABLE jpr_housingsystem_houses_realestate
ADD IF NOT EXISTS mlo int(11) DEFAULT 0;
ALTER TABLE jpr_housingsystem_houses_realestate
ADD IF NOT EXISTS maxFurnitureRange int(11) DEFAULT 10;
CREATE TABLE IF NOT EXISTS `jpr_housingsystem_houses_realestate_tiers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tierName` varchar(250) DEFAULT NULL,
`houseLeave` text DEFAULT NULL,
`stashCoords` text DEFAULT NULL,
`managementCoords` text DEFAULT NULL,
`wardrobeCoords` text DEFAULT NULL,
`logoutCoords` text DEFAULT NULL,
`doorsInfos` text DEFAULT NULL,
`tierType` int(11) DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `tierName` (`tierName`)
) ENGINE=InnoDB AUTO_INCREMENT=628 DEFAULT CHARSET=utf8 COLLATE=UTF8_GENERAL_CI;
CREATE TABLE IF NOT EXISTS `jpr_housingsystem_houses_realestate_doors` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`houseName` varchar(250) DEFAULT NULL,
`doorInfos` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=628 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
I really appreciate your work! I made this purchase after getting your phone script, and your housing script is perfect! It’s also super easy to integrate our own MLOs. I highly recommend it!