FAQ
Last updated
Last updated
If your error is not here contact me on my discord
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:
local model = exports['jc-peds']:GetModel()
if model then
appearance.model = model
end