Skip to content

qb-spawnselector np style freeeeeeeee πŸ˜œβœŒπŸ‘Œ (leaked) dont ask me why

Notifications You must be signed in to change notification settings

byHWKX/qb-spawnselector-np

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 

Repository files navigation

qb-spawnselector-np

qb-spawnselector np style freeeeeeeee πŸ˜œβœŒπŸ‘Œ

THIS IS NOT QB-SPAWN ⚠⚠⚠⚠⚠⚠⚠⚠

you can get the spawn and the spawn selector

join my discord for the nopixel spawn mlo

https://discord.gg/rV7pZzCa32

no pixel style image

video : https://youtu.be/StJIssaWN5w

how to add it :

one go to qb-apartments client/main.lua

and go to this event 'apartments:client:setupSpawnUI'

and replace it ALL with this

RegisterNetEvent('apartments:client:setupSpawnUI', function(cData)
    QBCore.Functions.TriggerCallback('apartments:GetOwnedApartment', function(result)
        if result then
            TriggerEvent('qb-spawn:client:setupSpawns', cData, false, nil)
            TriggerEvent("apartments:client:SetHomeBlip", result.type)
        else
            if Apartments.Starting then
                TriggerEvent('qb-spawn:client:setupSpawns', cData, true, Apartments.Locations)
                TriggerEvent('qb-spawn:client:openUI', true)
            else
                TriggerEvent('qb-spawn:client:setupSpawns', cData, false, nil)
                TriggerEvent('qb-spawn:client:openUI', true)
            end
        end
    end, cData.citizenid)
end)

two go to qb-spawn client

and go to this event 'qb-spawn:client:setupSpawns'

and replace it ALL with tihs

RegisterNetEvent('qb-spawn:client:setupSpawns', function(cData, new, apps)
    if not new then
        SetNuiFocus(false, false)
        SendNUIMessage({
            type = "ui",
            status = false
        })
        choosingSpawn = false
        Wait(500)
        TriggerEvent("qb-spawnselector:opennui")
    elseif new then
        SendNUIMessage({
            action = "setupAppartements",
            locations = apps,
        })
    end
end)

https://discord.gg/rV7pZzCa32

About

qb-spawnselector np style freeeeeeeee πŸ˜œβœŒπŸ‘Œ (leaked) dont ask me why

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published