⚙️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