βš™οΈConfiguration

Check the default Config!

Config.lua
Config = {}
Config.Main = {
    language = "de",
    esxevent = "es_extended",
    Notifys = "sservice",
    timeoutlength = 1, -- In minutes
    ringingcooldown = 30, -- In seconds
    percentforverkaufpreisfaktor = 1.15, -- 15% more
    purchasecontractradius = 5.0,
    soundrangeofalarm = 25,
    WaitBevorRemoveSoundAndPDBlip = 5,
    clearcatalogafterrestard = false,
    breakin = {
        police = {
            ["police"] = true
        },
        neededitems = {
            {
                name = "lockpick",
                label = "Lockpick",
                amount = 1
            }
        },
        breakinrandomitems = false,
        afterpolicenotify = 20, -- in sec
        animationbreakin = {
            scenario = "WORLD_HUMAN_CONST_DRILL"
        },
        animationopentables = {
            animdict = "missheist_jewel",
            animname = "smash_case"
        },
        Blips = {
            PDBlip = {
                RadiusOfBlip = 100,
                blipspriteradius = 161, -- Sprite of radius
                middleblipsprite = 137, -- Sprite of Blip
                display = 6, -- Display
                scale = 1.0, -- Scale = Float
                colour = 3
                -- Color
            }
        },
        TimeOut = {
            BreakInPlayerCooldown = true,
            BreakInPlayerCooldownTime = 100,
            BreakInHouseCooldown = false,
            BreakInHouseCooldownTime = 100
        }
    },
    beschreibungdefault = "Hier finden Sie ein Unbewohntes Haus mit einer Garage, einem Kleiderschrank und einem Lager. Schauen Sie es sich vor Ort an sofern es Offen ist"
}

Config.Houses = {
    SellHouse = {
        Blips = {
            Show = true,
            Blipsprite = 350,
            BlipColor = 5,
            BlipScale = 0.5,
            BlipName = "Chrisi's House"
        }
    },
    OwnedHouse = {
        Blips = {
            Show = true,
            Blipsprite = 40,
            BlipColor = 2,
            BlipScale = 1.0,
            BlipName = "Buy House"
        }
    },
    Marker = {
        markersize = vector3(1, 1, 1),
        markertype = 1,
        markercolor = {r = 1, g = 1, b = 1}
    },
    GarageParkIn = {
        markersize = vector3(3, 3, 1),
        markertype = 1,
        markercolor = {r = 1, g = 1, b = 1}
    },
    Creator = {
        markersize = vector3(0.3, 0.3, 0.3),
        markertype = 0,
        markercolor = {r = 1, g = 1, b = 1}
    }
}

Config.SellHouses = {
    {
        location = vector3(-69.182907104492, -802.93280029297, 44.22730255127),
        heading = 337.0,
        pedormarker = true,
        ped = GetHashKey("s_m_m_fiboffice_02"),
        closed = false,
        Marker = {
            markertype = 1, -- https://docs.fivem.net/docs/game-references/markers/
            markersize = vector3(1, 1, 1),
            markercolor = {r = 1, g = 1, b = 1}
        },
        Blip = {
            active = true, -- Enable or disable (true, false)
            Blipsprite = 475, -- https://docs.fivem.net/docs/game-references/blips/
            BlipColor = 2,
            BlipScale = 1.0,
            BlipName = "Real Estate"
        }
    }
}
circle-info

If you find any errors in the configuration and you can't fix them yourself, open a ticket!

Last updated