qb-multicharacter
Last updated
Last updated
Open file qb-multicharacter/client.lua
and find line that starts with RegisterNUICallback('cDataPed',
Next, find line DeleteEntity(charPed)
, should be ~3 lines underneath the RegisterNUICallback.
Insert the following code after DeleteEntity(charPed)
Now it should look like the following image: