Quasar Store Logo

Map Guide

This section lists all available commands, exports, and events included in the script. You’ll find client-side, server-side, and shared functions designed to help developers integrate, extend, or interact with the system easily within their own scripts or frameworks.

Shell ID List for Housing Systems

Collection of shell IDs ready to use in your housing system. You can assign them freely based on your setup and link them to any property within Quasar Housing. Simply use the IDs in your configuration to organize and manage interiors efficiently.

Shells IDDescription
qs_wooden_shell_01Standard medium-sized interior shell.
qs_wooden_shell_02Alternative medium-sized interior shell.
qs_wooden_shell_03Variant medium-sized interior shell.
qs_wooden_shell_04Standard small-sized interior shell.
qs_wooden_shell_05Alternative small-sized interior shell.

You can start IDs however you want (1, 100, 500...) and assign them to any housing type without restrictions.





FiveM Shells with Quasar Housing Integration

Optimized shell system for FiveM fully compatible with Quasar Housing. Easily add instanced interiors to your server, improving performance and player experience. Includes a simple setup to link each shell to properties using coordinates, offsets, and customizable parameters directly in the config.

Config.shells = { { model = 'qs_wooden_shell_01', stash = { maxweight = 1000000, slots = 5 } }, { model = 'qs_wooden_shell_02', stash = { maxweight = 1000000, slots = 5 } }, { model = 'qs_wooden_shell_03', stash = { maxweight = 1000000, slots = 5 } }, { model = 'qs_wooden_shell_04', stash = { maxweight = 1000000, slots = 5 } }, { model = 'qs_wooden_shell_05', stash = { maxweight = 1000000, slots = 5 } } }