Config générale

Gestion du métier

SocietyPizza = 'society_pizza', -- Votre nom de société pour le compte 
JobPizzeria = 'pizza', -- Votre nom de job 
BossGrade = 3, -- Grade du Boss
BossMenu = { Coords = { 389.1118, -820.5934, 29.3766, 185.7850 } },

Inventaire

Inventory = "qs",  -- 'ox' pour ox_inventory / 'qs' pour qs-inventory

Notifications

PositionNotify = 'top-center',

Coffres

    Coffres = {
        {
            id = 'pizzastorage1',
            Coords = vector4(382.8239, -817.7714, 29.3828, 11.7023),
            label = 'Refrigerateur',
            slots = 50,
            weight = 50000
        },
        {
            id = 'pizzastorage2',
            Coords = vector4(382.1734, -820.3246, 29.3829, 197.9577),
            label = 'Echelle de stockage',
            slots = 150,
            weight = 150000
        }
    },

Gestion fournisseur

    PedShop = "s_m_m_linecook",
    PedFournisseurPosition = vector4(56.9592, -910.4601, 28.9302, 71.7639),
    MaxAmountShopPizza = 20,
    ShopItems = {
        { label = "Tomates", value = "tomates", price = 5 },
        { label = "Fromage", value = "fromage", price = 8 },
        { label = "Champignons", value = "champignons", price = 3 },
        { label = "Olives", value = "olives", price = 2 },
        { label = "Farine", value = "farine", price = 4 },
    },

Gestion de Blip

    PositionPizzeria = { x = 382.2838, y = -835.2549, z = 29.2916 },
    NameBlipPizzeria = "Pizzeria | Al Dente",
    SpriteBlip = 76,
    DisplayBlip = 4,
    ScaleBlip = 0.7,
    CoulourBlip = 6,

Config Garage

    PosGarage = vec4(358.3604, -811.2089, 28.2946, 5.8964),
    PedGarage = "s_m_m_linecook",
    Vehicles = {
        { name = 'Blista', model = 'blista', label = 'Sortir une blista', spawnPos = vector3(365.2929, -808.1888, 28.8803), heading = 179.3908, plate = 'ALDENTE' }
        -- Autres véhicules
    }

Mis à jour