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 ID | Description |
| qs_garage_shell_med_01 | Standard medium-sized interior shell. |
| qs_garage_shell_med_02 | Alternative medium-sized interior shell. |
| qs_garage_shell_med_03 | Variant medium-sized interior shell. |
| qs_garage_shell_small_01 | Standard small-sized interior shell. |
| qs_garage_shell_small_02 | Alternative small-sized interior shell. |
You can start IDs however you want (1, 100, 500...) and assign them to any housing type without restrictions.
FiveM Garage Shells with Quasar Integration
Optimized garage shell system for FiveM fully compatible with Quasar scripts such as Quasar Housing, Quasar Garages, or any shell-based system. Easily add instanced garage interiors to your server, improving performance and player experience. Includes a simple setup to link each shell using coordinates, offsets, and customizable parameters directly in the config.
Config.shells = {
{ model = 'qs_garage_shell_med_01', stash = { maxweight = 1000000, slots = 5 } },
{ model = 'qs_garage_shell_med_02', stash = { maxweight = 1000000, slots = 5 } },
{ model = 'qs_garage_shell_med_03', stash = { maxweight = 1000000, slots = 5 } },
{ model = 'qs_garage_shell_small_01', stash = { maxweight = 1000000, slots = 5 } },
{ model = 'qs_garage_shell_small_02', stash = { maxweight = 1000000, slots = 5 } }
}
