FreeScriptsDocsSupport

Browse

  • Documentation
    • FAQ
  • ๐Ÿ“ฑ Phone
    • ๐Ÿง  Installation
    • ๐Ÿฆ„ Unique phones
    • ๐Ÿ’ฟ Configure
      • ๐Ÿ’„ Additional Features
      • ๐Ÿ“ธ Camera
      • ๐Ÿ“น Video Calls
      • ๐Ÿ Apps
      • ๐Ÿชต Logs
      • ๐Ÿ”‹ Battery System
      • ๐Ÿ–ผ๏ธ Media Customization
      • ๐Ÿ—ฃ๏ธ Multi-Language Support
      • ๐Ÿ—ƒ๏ธ SIM Cards
      • ๐Ÿš— Valet System
      • ๐Ÿ–ผ๏ธ Wallpapers App
      • โ›… Weather Widget
    • โญ๏ธ Exports
      • Client side
        • ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ General
        • ๐Ÿ“ž Calls
        • โ˜€๏ธ Groups
        • ๐Ÿข Companies
        • ๐Ÿ”ง Misc
        • ๐Ÿ—ผ Signal Towers
      • Server side
        • ๐Ÿ†” Identify Player
        • โ˜Ž๏ธ Sim Cards
        • ๐Ÿ“ž Calls
        • ๐Ÿ’ฌ Messages
        • โ˜€๏ธ Groups
        • ๐ŸŒ Cell Broadcast
        • ๐Ÿ’ธ YPay
        • ๐Ÿ“ง Mail
        • ๐Ÿ“ช Notifications
        • ๐Ÿ“ต Screen Damage
        • ๐Ÿ—ฏ๏ธ Dark Chat
        • ๐Ÿ”ง Misc
    • ๐Ÿช› Commands
    • ๐Ÿ“ก Events
      • Server side
        • ๐Ÿ“จ Messages
        • ๐Ÿ“ฑ Social Media
        • โ˜Ž๏ธ Calls
    • ๐ŸŽ Custom apps
    • ๐Ÿฆ Banking App
    • ๐Ÿ“ˆ Markets App
    • ๐Ÿ‘œ State bags
  • โ˜Ž๏ธ Boomer Phone
    • ๐Ÿง  Installation
    • ๐Ÿฆ„ Unique phones
    • โฏ๏ธ Exports
      • Client side
  • ๐Ÿ  Properties
    • ๐Ÿง  Installation
    • ๐Ÿ’ฟ Configure
    • ๐Ÿ”— Compatibility
      • Phones
        • YSeries
        • LB Phone
    • ๐Ÿ“– Guides
      • ๐Ÿ›๏ธ Starter Apartments
      • ๐Ÿš Add More Shells
      • ๐Ÿ”‘ Physical Keys
      • ๐Ÿช‘ Furniture As Items
      • ๐Ÿ› ๏ธ Fix Interactable Points
      • ๐Ÿ“‹ Discord Logs Setup
    • โญ๏ธ Exports
      • Client side
        • GetCurrentPropertyId
        • GetCurrentProperty
        • IsPointInsideProperty
        • OpenPropertyMenu
        • AddKey
        • RemoveKey
        • SetWaypointToProperty
        • GetAllProperties
        • GetKeyHolders
        • PoliceRaidDoor
        • WrapIntoProperty
        • GetClosestDoor
        • GetEntryCoordinates
        • UseLockpick
        • PoliceRaidDoor
      • Server side
        • GetAllProperties
        • GetPropertyData
        • AddKey
        • RemoveKey
        • ToggleDoorlock
        • GetPlayersInProperty
        • GetKeyHolders
        • DeleteProperty
        • AddStarterApartment
        • SellProperty
        • TransferProperty
    • ๐Ÿช Hooks System
      • buyProperty
      • rentProperty
      • sellProperty
      • deleteProperty
      • createDoor
      • saveSettings
      • setInteractablePoint
      • canEnter
      • canExit
    • ๐Ÿ‘œ State bags
  • ๐Ÿฆ Banking
    • ๐Ÿง  Installation
    • ๐Ÿช› Commands
    • โฏ๏ธ Exports
      • Client side
      • Server side
    • ๐Ÿชต Logs
    • ๐Ÿช Hooks
    • ๐Ÿฆ Banking App
  • ๐Ÿ’ธ Billing
    • ๐Ÿง  Installation
    • โญ๏ธ Exports
      • Client side
      • Server side
  • ๐Ÿ“Š Hud
    • ๐Ÿง  Installation
    • โญ๏ธ Exports
      • Client side
  • ๐Ÿ“ฆ Storage Units
    • ๐Ÿง  Installation
  • ๐ŸŽฐ Slots
    • ๐Ÿง  Installation
    • ๐Ÿ“ฑ Phone app
  • ๐ŸŽƒ Minigames
    • ๐ŸŽฏ Exports and Usage
    • ๐Ÿ”ง Commands

๐Ÿง  Installation

Resource Download

To find the asset, you must have made the purchase using your own cfx account. Otherwise, you can use the transfer system to move the asset to a different Portal account.

Resource Dependencies

Do not start the resource without having all the dependencies on your server.

Make sure you download the build release when downloading oxmysql, ox_lib, and screencapture.

Release v3.32.3 ยท CommunityOx/ox_lib

GitHub

Release v2.12.3 ยท CommunityOx/oxmysql

GitHub

GitHub - Bob74/bob74_ipl: Fix holes and customize the map

GitHub

Releases ยท itschip/screencapture

GitHub

Resource positioning

lua
ensure oxmysql
ensure ox_lib
ensure screencapture

-- First we start the framework, never below
ensure es_extended or qb-core (or your framework name)

-- The inventory, clothing and all the scripts that have integrations in the properties should be executed above
ensure [inventory]


-- The properties system
ensure [properties] -- Put nolag_properties, shells and props here!

Job Registering

This section provides preconfigured job definitions that you must add to your framework (QBox/ESX/QBCore) for proper functionality.

Edit qbx_core/shared/jobs.lua:

lua
['realestate'] = {
    label = 'Real Estate',
    type = 'realestate',
    defaultDuty = true,
    offDutyPay = false,
    grades = {
        [0] = {
            name = 'Recruit',
            payment = 50
        },
        [1] = {
            name = 'House Sales',
            payment = 75
        },
        [2] = {
            name = 'Business Sales',
            payment = 100
        },
        [3] = {
            name = 'Broker',
            payment = 125
        },
        [4] = {
            name = 'Manager',
            isboss = true,
            bankAuth = true,
            payment = 150
        },
    },
},

Database:

sql
-- Insert the job into the jobs table
INSERT INTO `jobs` (`name`, `label`) VALUES
('realestate', 'Real Estate');

-- Insert job grades into the job_grades table
INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
('realestate', 0, 'employee', 'Employee', 50, '{}', '{}'),
('realestate', 1, 'boss', 'Boss', 150, '{}', '{}');

Edit qb-core/shared/jobs.lua:

lua
realestate = {
    label = 'Real Estate',
    defaultDuty = true,
    offDutyPay = false,
    grades = {
        ['0'] = { name = 'Recruit', payment = 50 },
        ['1'] = { name = 'House Sales', payment = 75 },
        ['2'] = { name = 'Business Sales', payment = 100 },
        ['3'] = { name = 'Broker', payment = 125 },
        ['4'] = { name = 'Manager', isboss = true, payment = 150 },
    },
},

Database

If you are just installing the nolag_properties you don't need to insert anything, the script automatically inserts the sql files

If there are any tables named buildings, properties, properties_owners, properties_prices, properties_renters, properties_rentprices, properties_doors, or properties_furniture, you should drop them.

On this page

  • Resource Dependencies
  • Resource positioning
  • Job Registering
  • Database

All Rights Reserved

TeamsGG ยฉ 2026

Pages

FreeScriptsDocsSupport

Legal

Terms of ServiceRefunds

Tebex

Tebex ImpressumTebex TermsTebex Privacy

Socials

DiscordYouTube