qb-multicharacter support
Navigate to qb-multicharacter/client/main.lua (around the line 100) and add the following code after
SetNuiFocus(false, false)
:
Then, on qb-multicharacter/server/main.lua, search for
RegisterNetEvent('qb-multicharacter:server:loadUserData', function(cData)
and replace:
With:
Now, in the same file, search for
RegisterNetEvent('qb-multicharacter:server:createCharacter', function(data)
and replace:
With:
Last updated