Clothing System Detection

Automatically detects and uses the first started resource:

Config.ClothingSystem =
    (GetResourceState('illenium-appearance') == 'started' and 'illenium-appearance') or
    (GetResourceState('qb-clothing') == 'started' and 'qb-clothing') or
    (GetResourceState('skinchanger') == 'started' and 'skinchanger') or
    (GetResourceState('fivem-appearance') == 'started' and 'fivem-appearance') or
    nil

⚠️ If no clothing resource is detected, character creation will not proceed.

⚠️ make sure the clothing should start first before multicharacter.

Last updated