💡Integration Qbx_core
The necessary codes for New Qbx frameworks are as follows.
Last updated
The necessary codes for New Qbx frameworks are as follows.
Last updated
Incomplete or incorrect installation will result in a multicharacter error and will not save your new characters.
qbx_core/config/client.lua Go to this file and search for useExternalCharacters
and change the variable to true
Visit this folder for the changes we will make. qbx_core/server/player.lua
Find the specified function function CreatePlayer(playerData, Offline)
Go to the last line of the function and you should see return self
This is the code you need to find and see before changing the code ⤵️
You need to put this event on top of the return self code
After pasting the code above, it should look like below.