JC Scripts
StoreDiscordYouTube
  • πŸ‘‹Welcome
  • β›” Fivem escrow system
    • ❔Error parsing script ... <\1>
    • ❓Failed to verify protected resource
  • Assets
    • πŸ’…Nails
      • Dependencies
      • Installation guide
        • QBCore
        • ESX
      • Config
      • FAQ
    • 🀑Peds
      • Dependencies
      • Installation guide
        • QBCore / ESX
      • Commands
      • Config
      • FAQ
    • πŸ’°Taxes
      • Dependencies
      • Installation guide
        • QBCore / ESX
      • Commands
      • Config
      • FAQ
    • Notify
      • Installation guide
        • QBCore
        • ESX
      • Config
      • FAQ
    • πŸ—ΊοΈPostal (Free)
      • Dependencies
      • Installation guide
        • Standalone
      • Commands
      • Config
      • FAQ
Powered by GitBook
On this page
  1. Assets
  2. Peds

FAQ

PreviousConfigNextTaxes

Last updated 4 months ago

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:

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
🀑
image