Cakes Development
STANDALONE CM LipGloss
STANDALONE CM LipGloss
  • Welcome
  • Installation Guide
  • Configuration
  • Product Guide
  • Selling/Trapphone
  • Supply Store
  • Command Controls
  • Trouble Shooting
Powered by GitBook
On this page
  • Configuration Guide
  • Framework Configuration
  • Debug Mode
  • Job Requirements
  • Interaction Method
  • Crafting Table Settings
  • Crafting Table Configuration

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

Config.InteractionType = 'key' -- Options: 'target' or 'key'
Config.InteractionKey = 38 -- E key

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.

PreviousInstallation GuideNextProduct Guide

Last updated 26 days ago