๐ qb-interior
Which shell will it be?
Introduction
Handles all the logic for spawning shell models by exporting functions that can be called in other client-side files
Configuration
This resource requires no configuration unless you want to add more exports
What's included?
Optionally, this resource comes pre-configured for all of K4MB1 shells!
Usage example
RegisterCommand('spawnshell', function()
local ped = PlayerPedId()
local coords = GetEntityCoords(ped)
local shell = exports['qb-interior']:CreateApartmentShell(coords)
end)
Last updated
Was this helpful?