Lama Development
  • Introduction
  • scripts
    • LamaSupport-V2
      • Configuration
      • ToDo
      • Changelog
    • LamaCarInsurance
      • Configuration
      • ToDo
      • Changelog
    • LamaSupportScript
      • Configuration
      • ToDo
      • Changelog
    • LamaSocietyDeposit
      • Configuration
      • ToDo
      • Changelog
    • LamaSweeperJob
      • Configuration
      • ToDo
      • Changelog
    • LamaLottery
      • Configuration
      • ToDo
      • Changelog
    • LamaIngameAdvertisement
    • LamaCarWash
  • 🛒Shop
Powered by GitBook
On this page
  • Config file
  • Official Locales
  1. scripts
  2. LamaSupport-V2

Configuration

You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.

Config file

Config = {}

Config.OpenKey = 56
Config.InService = true -- If the player is in service after joining the server

Config.Commands = {
    Support = 'support',
    Service = 'changeservice',
    Vanish = 'vanish',
    Clothes = 'aduty'
}

Config.SupporterGroups = {
    'owner',
    'superadmin',
    'admin',
    'moderator',
    'supporter'
}

Config.Timestamp = '%Y-%m-%d %H:%M:%S'

Config.AdminClothes = {

    -- Set to -2 if you dont want to use specific clothing // eg. arms = -2

    male = {
        tshirt_1 = 15,
        tshirt_2 = 0,
        torso_1 = 187,
        torso_2 = 2,
        arms = -2,
        pants_1 = 100,
        pants_2 = 2,
        shoes_1 = 78,
        shoes_2 = 2,
        helmet_1 = -1,
        helmet_2 = 0,
        mask_1 = 135,
        mask_2 = 2,
        chain_1 = 0,
        chain_2 = 0,
        ears_1 = 0,
        ears_2 = 0,
        bags_1 = 0,
        bags_2 = 0,
        hair_1 = 0,
        hair_2 = 0,
        bproof_1 = 0,
        bproof_2 = 0,
        decals_1 = 0,
        decals_2 = 0,
    },
    female = {
        tshirt_1 = 15,
        tshirt_2 = 0,
        torso_1 = 287,
        torso_2 = 2,
        arms = 3,
        pants_1 = 114,
        pants_2 = 2,
        shoes_1 = 78,
        shoes_2 = 2,
        helmet_1 = -1,
        helmet_2 = 0,
        mask_1 = 135,
        mask_2 = 2,
        chain_1 = 0,
        chain_2 = 0,
        ears_1 = 0,
        ears_2 = 0,
        bags_1 = 0,
        bags_2 = 0,
        hair_1 = 0,
        hair_2 = 0,
        bproof_1 = 0,
        bproof_2 = 0,
        decals_1 = 0,
        decals_2 = 0,
    },
}

Official Locales

PreviousLamaSupport-V2NextToDo

Last updated 1 year ago

Join the Lama Development Discord Server!Discord
Logo