๐ qb-interior
Introduction
- Handles all the logic for spawning shell models by exporting functions that can be called in other client-side files
Configuration
Whatโs included?
{% file src=โ../../../assets/k4mb1shellstarter.pdfโ %}
Usage example
RegisterCommand('spawnshell', function()
local ped = PlayerPedId()
local coords = GetEntityCoords(ped)
local shell = exports['qb-interior']:CreateApartmentShell(coords)
end)