🏠 JamzHouseMovers – Professional House Moving Job [QB-Core | ESX | QBox]

A script by JamzScripts

No reviews yet.
🏠 JamzHouseMovers – Professional House Moving Job [QB-Core | ESX | QBox] main image

Full Description

:house: JamzHouseMovers – Professional House Moving Operations [QB-Core | ESX | QBox]

JamzHouseMovers is a next-gen house moving job system for QB-Core, ESX & QBox servers. :truck: Transform your RP city with realistic moving operations, business card deliveries, and a stunning email management interface designed for immersive moving company roleplay :zap: Perfect for serious RP servers that want to deliver authentic moving company experiences and professional logistics operations.
:link: YouTube Preview: Showcase
GIFHouseMovers-ezgif.com-optimize (1)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:sparkles: FEATURES

featuresgif-ezgif.com-optimize

:dart: REALISTIC BUSINESS CARD DELIVERY SYSTEM

Explore house locations marked with β€œFor Sale” signs and fully interactive door zones. Experience a realistic success/failure mechanic fail and move to another property, or succeed and receive authentic client inquiry emails straight to your in game inbox.
No more boring job boards.

DeliveryCardShi-ezgif.com-optimize

:e-mail: PREMIUM EMAIL MANAGEMENT INTERFACE

Handle your moving company like a real business owner with a next-gen glassmorphic UI. Featuring 15+ unique client profiles, real avatars, smooth transitions, and an authentic email workflow - read, reply, and accept contracts directly from your inbox.

UIGIFFYYY-ezgif.com-optimize (1)

:articulated_lorry: BENSON TRUCK WITH PHYSICS-BASED LOADING

Experience true realism with props that physically load into your truck bed. Watch every item stack up as you work - then drive to your delivery location and unload each prop individually for a fully immersive moving experience.

loadprops-ezgif.com-optimize (2)

:package: THREE-TIER PROP HANDLING SYSTEM

Small Props: Carry items by hand with custom animations (lamps, coffee makers, phones)
Box System: Pack multiple small items into boxes and load them into your truck

Medium Props: Lift and carry with interactive skill checks and custom animations (chairs, tables, storage bins)
Large Props: Push heavy furniture with custom animations and interactive skill checks (beds, wardrobes, fridges)

:zap: ADVANCED ANIMATION SYSTEM

Custom carrying animations for each prop type, skill checks for medium/large items, pushable objects with realistic physics, and smooth teleportation between house interiors and exteriors.

AnimStuff-ezgif.com-optimize

:wrench: INTELLIGENT JOB MANAGEMENT

Prevents duplicate tasks, automatically clears stuck or inactive jobs (70-minute timeout), and ensures each house assignment is unique. Includes database persistence and smart cleanup for long-term performance and reliability.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:gear: Configuration

:computer: UI Access Location

Define the location where players can open the business email UI.

Config.Targets = {
    {
        coords = vector3(-701.1155, 267.5260, 83.1473), -- Replace with your UI coordinates
        radius = 2.0, 
        label = "Interact",
        icon = "fas fa-hand",
        iconColor = "#ffffff" 
    },
}

:money_with_wings: Payment Configuration

Customize how much players get paid and whether it’s paid in cash or bank.

Config.PaymentAmount = {
    enabled = true,
    amount = 6000, -- Payment amount in cash
    bank = false, -- Set to true to pay to bank instead of cash
    notification = {
        enabled = true, -- Set to false to disable completion notification
        title = "Delivery Complete!",
        message = "You have successfully completed the delivery and received your payment!",
        type = "success", 
        duration = 5000
    }
}

:truck: Vehicle Spawn Settings

Configure the truck spawn position, model, color, and plate details.

Config.VehicleSpawn = {
    enabled = true, 
    coords = vector3(-713.1328, 278.4170, 84.3527), -- Spawn coordinates (x, y, z)
    heading = 293.0, -- Vehicle heading (rotation)
    model = "benson", -- Vehicle model (can be changed to any valid vehicle model)
    plate = "MOVING", -- License plate text
    color = {
        primary = 0, 
        secondary = 0 
    }
}

:ballot_box: Skill Check System

Customize which prop types use skill checks, difficulty level, inputs, retries, and notification messages.

Config.SkillCheck = {
    -- Enable/disable skill checks for different prop types
    enabled = {
        medium_props = true,
        large_props = true
    },
    difficulty = {
        medium_props = 'medium', -- 'easy', 'medium', 'hard', or custom table
        large_props = 'hard'     -- 'easy', 'medium', 'hard', or custom table
    },
    inputs = {
        medium_props = {'w', 'a', 's', 'd'},
        large_props = {'w', 'a', 's', 'd', 'q', 'e'}
    },
    maxRetries = {
        medium_props = 3,
        large_props = 2
    },
    messages = {
        success = "Skill check passed!",
        failed = "Skill check failed!",
        retry = "Try again...",
        maxRetriesReached = "You've failed too many times. Try again later."
    }
}

:briefcase: Business Card Success Chance

Configure how likely a player is to successfully hand over a business card and receive a job inquiry email.

Config.BusinessCardChance = 50

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:hammer_and_wrench: Dependencies

Make sure you have all of these installed and properly configured before using the script! :zap:

:gear: Core Framework ( Choose One )

:white_check_mark: QB-Core β†’ Required for the script to function
:white_check_mark: ESX β†’ Required for the script to function
:white_check_mark: QBox β†’ Required for the script to function

:file_cabinet: Database

:floppy_disk: OxMySQL β†’ Handles saving & retrieving data

:jigsaw: UI & Libraries

:books: Ox_Lib β†’ Download

:dart: Target System

:large_blue_circle: ox_target

:house: Optional MLO Dependency

This script is pre-configured to work seamlessly with the following MLO:
:link: Dynasty8 Real Estate Agency (by GigZM)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

:money_with_wings: PURCHASE

:moneybag: Price: $40

:shopping: Store: https://jamzscripts.tebex.io/

:arrow_forward: Demo Video: YouTube Preview

:rocket: Make your RP server elite today.

Code is accessible No
Subscription-based No
Lines (approximately) 7500Β±
Requirements QBCore [OR] ESX [OR] QBOX, OxMySQL, Ox_Lib, OX_Target
Support Yes
Config Merger
Have you tried Config Merger? Merge your configs easily