Config

In this section you can find config files

config.lua

Config = {
    Location = vector3(1367.0177, -623.2979, 74.7109),
    Blip = {
        Enabled = true,
        Label = "DarkNet",
        ID = 521,
        Scale = 1.0,
        Colour = 6
    },
    Target = {
        enabled = true, -- if false text ui will be used
        ped_location = vector4(1367.0177, -623.2979, 74.7109, 180.2679),
        ped = "a_m_m_mlcrisis_01",
        distance = 3
    },
    Murders = {
        price = 1000000, -- cost of order
        reward = 500000 -- reward for killer
    }
}

assignments.lua

market.lua

theft.lua

translation.lua

Last updated