🏠
qb-interior
Which shell will it be?
- Handles all the logic for spawning shell models by exporting functions that can be called in other client-side files
This resource requires no configuration unless you want to add more exports
The below pdf file shows which shell models come by default
k4mb1shellstarter.pdf
3MB
PDF
RegisterCommand('spawnshell', function()
local ped = PlayerPedId()
local coords = GetEntityCoords(ped)
local shell = exports['qb-interior']:CreateApartmentShell(coords)
end)
Last modified 9mo ago