Code Monkey home page Code Monkey logo

Comments (9)

KingRyuShin avatar KingRyuShin commented on August 31, 2024

I don't have that problem on my side, everything is working fine.

from qb-multicharacter.

Klay4 avatar Klay4 commented on August 31, 2024

+1 @rhyfii

from qb-multicharacter.

Klay4 avatar Klay4 commented on August 31, 2024

UPDATE
Before I had a database external to the server where I was hosting the fivem server and the query to eliminate the user took about 120 / 150ms. Now I have moved the database to the same server as fivem and being that the query takes much less time the character just deleted also disappears from the ui. I think there is just a sync / async or timeout problem.

from qb-multicharacter.

MG79NC avatar MG79NC commented on August 31, 2024

It don't work at all for me, when i delete a character nothing happens. the screen turns black when i click delete then returns back to the character screen. All the characters are still there and in the database..

from qb-multicharacter.

RafaElZgz avatar RafaElZgz commented on August 31, 2024

It don't work at all for me, when i delete a character nothing happens. the screen turns black when i click delete then returns back to the character screen. All the characters are still there and in the database..

Got the same problem.

from qb-multicharacter.

BlackjaiCLo avatar BlackjaiCLo commented on August 31, 2024

It don't work at all for me, when i delete a character nothing happens. the screen turns black when i click delete then returns back to the character screen. All the characters are still there and in the database..

got the same problem

from qb-multicharacter.

PhantomAwe avatar PhantomAwe commented on August 31, 2024

Hey guys not sure if people are still getting this issue but I worked it out for me on my end being related to the version of qb-core resource it seemed that for some reason when trying to delete the character it was trying to call player_boats from my database.

so to resolve this I had to go to qb-core > server > player.lua search for boat which you may find a line such as "{ table = 'player_boats' }," you want to either remove this or comment it out if it is not there then may be related to another issue but have a look for anymore lines that may not need to be here.

from qb-multicharacter.

nullvariable avatar nullvariable commented on August 31, 2024

there seem to be two or three different issues going on here, but none of these can be solved in this resource as far as I can tell.

We can consider working with a callback to ensure that deletion has worked if people are still having issues where slight delays cause characters to still load in the screen.

As far as issues with deleting not working, you may have to have a look at the player tables:
https://github.com/qbcore-framework/qb-core/blob/fbdf5666497bc98e093e0bfda2d6619510820b1a/server/player.lua#L469

If these don't match your tables, you may encounter either orphan data, or failed deletes.

from qb-multicharacter.

scrapiron4732 avatar scrapiron4732 commented on August 31, 2024

This is still an issue as well.

Every time a server member creates a new character logs off and then logs back in the character is deleted.
It has happened to two different members.

One of the members was able to fix the issue after clearing the cache and after a few attempts, it finally stuck.
The other member still cant get the character to stay.

We had them reinstall the game, reinstall fivem, clear the cache each time. Nothing seems to work.

from qb-multicharacter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.