FAQ
If your error is not here contact me on my discord
1 - Using fivem-appearances and when using the /skinreload command does the ped get lost?
For that you will have to add this part of the code in fivem-appearance/client/client.lua
Find the 'fivem-appearance:client:reloadSkin' trigger and place it like in the picture
before setPlayerAppearance()
Example: image
local model = exports['jc-peds']:GetModel()
if model then
appearance.model = model
end
Last updated