๐Ÿ 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

What's included?

The below pdf file shows which shell models come by default

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?