Configuration

Preview File Updated: v1.0.1 - 23.01.2025

Config = {}

--- ██╗      ██████╗  ██████╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
--- ██║     ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
--- ██║     ██║   ██║██║     ███████║   ██║   ██║██║   ██║██╔██╗ ██║
--- ██║     ██║   ██║██║     ██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
--- ███████╗╚██████╔╝╚██████╗██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
--- ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

Config.Coordinates = {
    Shell = vector3(-272.969, -953.539, 55.963),
    Entrance = vector3(-265.225, -956.399, 31.223),
    Wardrobe = vector3(-270.015, -957.241, 57.131),
    Bed = vector3(-277.452, -953.459, 57.131),
    Exit = vector3(-267.948, -949.226, 57.131),
    Spawn = vector3(-266.1258, -955.2886, 31.230947)
}

--- ██████╗ ██╗     ██╗██████╗ 
--- ██╔══██╗██║     ██║██╔══██╗
--- ██████╔╝██║     ██║██████╔╝
--- ██╔══██╗██║     ██║██╔═══╝ 
--- ██████╔╝███████╗██║██║     
--- ╚═════╝ ╚══════╝╚═╝╚═╝     

Config.Blip = {
    coords = vector3(-265.225, -956.399, 31.223), 
    sprite = 475,                                 
    color = 17,                                     
    scale = 0.6,
    display = 4,
    name = "Apartamentos"
}

--- ██╗      █████╗ ███╗   ██╗ ██████╗ ██╗   ██╗ █████╗  ██████╗ ███████╗
--- ██║     ██╔══██╗████╗  ██║██╔════╝ ██║   ██║██╔══██╗██╔════╝ ██╔════╝
--- ██║     ███████║██╔██╗ ██║██║  ███╗██║   ██║███████║██║  ███╗█████╗  
--- ██║     ██╔══██║██║╚██╗██║██║   ██║██║   ██║██╔══██║██║   ██║██╔══╝  
--- ███████╗██║  ██║██║ ╚████║╚██████╔╝╚██████╔╝██║  ██║╚██████╔╝███████╗
--- ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝

Config.SleepCommand = 'relog' -- If you use multicharacters, else change to 'dc'
Config.EnterApartmentLabel = "Entrar no apartamento"
Config.ExitApartmentLabel = "Sair do apartamento"
Config.ChangeClothesLabel = "Mudar de Roupa"
Config.SleepEnable = true -- if you don't want to use turn this to false
Config.BedLabel = "Dormir"

Last updated