Browse docs
Introduction
sky_jobs_base is the shared foundation for all Sky-Systems job scripts — providing the tablet system, dispatch, radial menu, garage, storage, and more.
What is sky_jobs_base?
sky_jobs_base is the shared core that powers every Sky-Systems job resource (ambulancejob, policejob, etc.). It provides common features so individual job scripts can focus on job-specific logic instead of re-implementing the same systems.
Key Features
| Feature | Description |
|---|---|
| Tablet System | In-game tablet with customizable apps per job |
| Dispatch | Dispatch system with blips, notifications, and job filtering |
| Radial Menu | Configurable radial menu with per-action availability |
| Garage | Job vehicle garage with spawn/despawn management |
| Storage | Station storage, vehicle trunks, and trunk props |
| Wardrobe | Outfit management per job |
| Shop | Job-specific item shops |
| CCTV | Camera system for monitoring |
| Heli Cam | Helicopter camera with night vision and spotlight |
| Bodycam | Recording system with gallery upload |
| Panic Button | Emergency alert system |
| Management | Employee management panel via tablet |
| Calendar | Shared job calendar for scheduling |
| Chat | In-tablet job chat |
Relationship to sky_base
- sky_base provides the low-level framework bridge (ESX/QBCore), utilities, and global configuration.
- sky_jobs_base builds on top of sky_base and provides the shared job infrastructure that all job scripts use.
sky_base (framework bridge, utilities)
└── sky_jobs_base (tablet, dispatch, radial, garage, storage, ...)
├── sky_ambulancejob
├── sky_policejob
└── ...
Support
Need help? Our support team is always ready to assist
Join DiscordIntroduction
sky_base is a crucial component for all Sky-Systems scripts, designed to enhance performance, streamline configuration, and provide a unified framework for easier management. This guide will introduce you to sky_base and walk you through its configuration and use.
Client Exports
Client-side exports provided by sky_jobs_base for radial menu, dispatch, and storage interactions.