Config

ConfigLePetitSnack = {
    General = {
        Job = 'lps',
        Society = 'society_lps',
        Label = "Le Petit Snack",
        Currency = '€',
    },
    Systems = {
        Billing = 'ESX', -- 'ESX' ou 'okok'
        UseTarget = true,
        Inventory = "ox", -- 'ox' ou 'qs'
        Notification = 'ox', -- 'ox', 'esx' ou 'Bulletin'
    },
    UI = {
        PositionNotify = 'top',
        Char = 'CHAR_BUGSTARS',
        KeyMapping = 'F6'
    },
    Boss = {
        Menu = { 
            Coords = vector4(371.9095, -340.7493, 46.6115, 328.0508) 
        },
        Grade = 3
    },
    Storage = {
        Coffres = {
            [1] = {
                id = "frigo_lps01",
                label = "Frigo",
                coords = vector3(367.6981, -337.8191, 46.6497),
                slots = 50,
                weight = 100000
            },
        }
    },
    Garage = {
        Position = vector4(350.6753, -325.3619, 49.9879, 91.4085),
        Ped = "a_m_m_skater_01",
        Vehicles = {
            {
                name = 'Sultan',
                model = 'sultan',
                label = 'Sultan',
                description = 'Sultan',
                spawnPos = vector3(344.7213, -321.9889, 50.6947),
                heading = 344.1361,
                plate = 'LPS'
            }
        }
    },
    Supplier = {
        Ped = "a_m_m_skater_01",
        Position = vector4(-1337.6445, -1251.9050, 4.9432, 94.6996),
        MaxAmount = 150,
        Items = {
            { label = "Pain",        value = "pain",        price = 3 },
            { label = "Charcuterie", value = "charcuterie", price = 2 },
            { label = "Verre",       value = "verre",       price = 2 },
        }
    },
    Map = {
        Position = vector3(366.6145, -342.3713, 46.6497),
        Name = "Le Petit Snack",
        Sprite = 293,
        Display = 4,
        Scale = 0.5,
        Color = 2
    },
    Missions = {
        Ped = 'cs_jimmyboston',
        Price = 10,
        DeliveryPoints = {
            vector4(-1459.1625, -413.5920, 34.7406, 164.9290),
            vector4(-3179.0435, 1301.0029, 13.5873, 245.5481),
        },
        Items = {
            { item = 'frenchy_sandwich', label = 'Frenchy Sandwich', price = 5 },
            { item = 'frenchy_panini',   label = 'Frenchy Panini',   price = 5 },
            { item = 'juice_peach',      label = 'Jus de Pêche',     price = 5 },
            { item = 'juice_mangue',     label = 'Jus de Mangue',    price = 5 },
            { item = 'juice_fraise',     label = 'Jus de Fraise',    price = 5 },
        },
        Quantities = {
            min = 1,
            max = 6
        }
    },
    Rewards = {
        Employee = 0.30,
        Society = 0.70
    },
    PriceMission = 10,
    RewardEmploye = 0.30,
    RewardSociete = 0.70
}

Mis à jour