Spots

Spots é responsável pela funcionalidade do sistema de aparencia.

Módulos disponíveis

Module responsible for changing the character's heritage, skin color, eye color, and facial features.

Configuração Básica

We'll create a spot exclusively for a clothing store:

return {
    ['clothes1'] = {
        coords = { 
            [1] = vector3(425.67, -802.32, 29.49) 
        },
        clothesFilter = 'default',
        barberFilter = 'default',
        steps = {
            'clothes',
            'save'
        }
    },
}

Last updated