[Release] Admin UI Spawner Props Objects [PAID]

this would be super useful

1 Like

Hello !! Of course, you can send me a private message or email :slight_smile:

@Zenites_Team Would if be possible to have it working with oxmysql and maybe add it as an option? As thats what I’m using and if I add mysql-async to the mix I get conflicts with everything else I’m using.

I definitely would love to purchase this if we can get it working with oxmysql :smiley:

1 Like

Hi ! It is very easy to switch to oxmysql, if you buy the script, we will help you to make this switch to oxmysql
And we can even send an already changed version of the script to oxmysql :slight_smile:

I did purchase the script :smiley: Let me know what I need to do! If I can get the already edited version for oxmysql I would greatly appreciate it!!! <3

1 Like

The current version works with oxmysql, but I am having a problem of the objects not spawning when connecting to the server. They do save to the database but do not spawn when you login… for me to make them appear again I have to go into the folder and click on “Active All” to get them to spawn in.

I am using QBCore as a framework also.

1 Like

I figured it out.

I replaced:

AddEventHandler(‘playerSpawned’, function()
if not spawnned then
TriggerServerEvent(‘lg: loadProps’)
end

spawnned = true

end)

With:

RegisterNetEvent(‘QBCore:Client:OnPlayerLoaded’)

AddEventHandler(‘QBCore:Client:OnPlayerLoaded’, function()

TriggerServerEvent('lg: loadProps')

PlayerData = QBCore.Functions.GetPlayerData()

spawnned = true

end)

And added at the top of the file:

local QBCore = exports[‘qb-core’]:GetCoreObject()

1 Like

We’re glad you were able to resolve it. And we would ask you exactly to replace this, because to work with QBCore’s multicharacter, it is necessary to do this
and any other questions, you can contact us :slight_smile:

1 Like

can someone help me? Im using esx but idk what i have ti write for admin checkl

1 Like

Do you want to have ACE permissions verification?

1 Like

thanks for answering but my dev solved the problem already :slight_smile:

1 Like

That is great ! Just contact us if you need anything :smiley:

1 Like

whats the actual price in this scripts, its showing 60 dollar when checkout

1 Like

Hi, sorry for the delay in responding, we had some technical problems.
But it’s 60 BRL (Brazilian currency), but when converted to dollar, it’s approximately 12 dollars without considering taxes :slight_smile:

1 Like

Ok thank you

1 Like

You lack the required entitlement to use spawn_props
[ citizen-server-impl] Couldn’t start resource spawn_props.

1 Like

Hello, delete the .fxap file :slight_smile:

Hey , Im on ESX and using oxmysql

Can you help me setup admin check

1 Like

Hi, would you like ACE Permission?

Yes , it would be perfect

1 Like