Kucluck Script
TebexDiscord
  • Introduction
  • Garage
    • KC Garage V1
      • ⚙️Installation
      • 🧰Functions
      • #️⃣Commands
      • ❓Common Issues
    • KC Garage V2
      • Installation
      • Functions
        • Jobs Impound
        • isParkingZone
        • getGarages
        • getImpounds
        • getGarageLabel
        • getImpoundLabel
        • getVehicleParkingFromPlate
      • Commands
      • Common Issues
  • Utils
    • KC Core Weapon
      • ⚙️Installation
      • ❓Common Issues
    • KC Logger
      • ⚙️Installation
      • 🧰Exports
      • 💡Tips
  • Side Jobs
    • KC Farming
      • ⚙️Installation
      • ❓Common Issues
Powered by GitBook
On this page
  • 🛠️ Step 1: Put in your resouces file
  • 🛠️ Step 2: Conifg.lua Configuration
  • 🛠️ Step 3: Start the resouce
  1. Utils
  2. KC Logger

Installation

🛠️ Step 1: Put in your resouces file

  • Download resouces kc_logger

  • Extract file and put kc_logger in your resource files

🛠️ Step 2: Conifg.lua Configuration

  • You can edit the fields in config.lua to the infrastructure you use.

Config = Config or {}

Config.Timezone     = '+07:00'
Config.DefaultColor = '#3AF241'
Config.DefaultName  = 'Kucluck Logger'
Config.FooterText   = 'Kucluck Logger • by Lukman_Nov#5797'
Config.Logo         = 'IMG_URL' -- must use a valid URL
Config.UseImage     = false
Config.Image        = 'IMG_URL' -- must use a valid URL

🛠️ Step 3: Start the resouce

  • Go to server.cfg and replace ensure kc_logger

Last updated 12 months ago

⚙️