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
2 - If the 3 options are not shown and you are an administrator

Go to config.lua of jc-peds and verify in Config.Groups that this is the name of your administrator group

3 - I did step 2 and it didn't work

Go to your server.cfg and put this

add_ace group.admin "admin.jc" allow --change god to whatever admin name you use

Last updated