QBCore Framework


Anyone have a fix for this error ?

DropPlayer is a server side native, you can’t use it client side

is the default qb-anticheat script anyone have this error ?

Another question here as it suddenly ceased to work: how do you create an animation for the use of items? I believe you got to change things both on the client and the server side?

For instance: I have this both on the cl and sv:

RegisterNetEvent('consumables:client:Eat', function(itemName)
    TriggerEvent('animations:client:EmoteCommandStart', {"sandwich"})
    QBCore.Functions.Progressbar("eat_something", "Eating..", 5000, false, true, {
        disableMovement = false,
        disableCarMovement = false,
		disableMouse = false,
		disableCombat = true,
    }, {}, {}, {}, function() -- Done
        TriggerEvent("inventory:client:ItemBox", QBCore.Shared.Items[itemName], "remove")
        TriggerEvent('animations:client:EmoteCommandStart', {"c"})
        TriggerServerEvent("QBCore:Server:SetMetaData", "hunger", QBCore.Functions.GetPlayerData().metadata["hunger"] + ConsumeablesEat[itemName])
        TriggerServerEvent('hud:server:RelieveStress', math.random(2, 4))
    end)
end)

But when I eat, I only have the effects (which is good) and the progress bar stating that I’m eating, but no animation and no disabling combat.

I’m using the latest version of dpemotes on the server.

Can anyone help me with this matter? :slight_smile:

I have both of my dealer in the same script

When going to the vehicle shop and selecting financing it breaks the ui and makes the player have to completely relaunch the game to move again. Then it breaks the menus at the vehicle shop. Is there a way to fix this?

Edit Solution: Reinstall qb-input

Did you find a solution for #3? The controls breaking when trying to finance.

No I did not, still waiting to hear of a fix.

Is there a place I need to turn on the police and ambulance cars? They are not driving around on my server

Thanks

Reinstall qb-input

Yes, qb-smallresources has those vehicles blacklisted in the config

1 Like

Excuse me, is there a Mother & Father face selection now?,
or is it still under development because of the QB-Core Framework?
sorry my english not good

  • What types of licenses are there?

it is possible before the character selection starts to prevent some scripts from projecting some loading images (casino slot for example)

Does it gives you any error in the f8 command ?

2 Likes

What about turning on the police and ambulance people so they are driving around, at least till we get players

1 Like

can you make a list of the keybinds please for the server

i would highly advise against using “Qbus” scrips. they are leaked and not official.

Anyone know how to make qbus script work on qbcore ?

Anybody know how to get qb-weed to work with qb-apartments? every time I go to plant a seed inside an apartment it says it isn’t safe.

1 Like