qb-multicharacter
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:
Last updated