Configuration

config to your liking

Configuration Guide

The Lip Gloss script is highly customizable through its config.lua file. This guide explains all available configuration options.

Framework Configuration

Config.Framework = 'esx' -- Options: 'auto', 'esx', 'qb'
  • auto: Automatically detects your server's framework

  • esx: Forces ESX framework

  • qb: Forces QB-Core framework

Debug Mode

Config.Debug = true

Set to true to enable debug messages in console. Recommended to disable in production.

Job Requirements

Config.JobRequirements = {
    enabled = false,
    jobName = 'cosmetics',
    jobGrades = {0, 1, 2, 3, 4, 5},
    requireJobForCrafting = false,
    requireJobForSelling = false,
    requireJobForBulkSelling = false
}
  • enabled: Enable/disable job restrictions

  • jobName: Required job name when restrictions are enabled

  • jobGrades: Allowed job grades (empty table means all grades)

  • Individual permission settings for different activities

Interaction Method

Choose between target-based or key press interaction.

Crafting Table Settings

Crafting Table Configuration

  • Property: cm_fun_table

  • Item: cm_lipgloss_table

  • Label: Lip Gloss Crafting Table

  • Placement Distance: 1.5 meters

Configure the crafting table prop and item properties.

Last updated