İllegal Teslimat İşi

Rehber


Config

cargojob
return {
    Debug = false,
    Fuel = {
        enable = true, -- I use ox_fuel so I set this to false and use statebag to set the fuel
        script = 'cdn-fuel',
    },
    Ped = 'mp_m_weapexp_01',
    PedCoords = vec4(-413.96, 6171.53, 30.48, 320.39),
    VehicleSpawn = vec4(-411.37, 6175.33, 31.48, 228.09),
    DeliveryInfo = { 
        title = 'Teslimat', 
        msg = 'Kargoyu belirlenen yere teslim edin.', 
        sec = 7, 
        audioName = 'Boss_Message_Orange', audioRef = 'GTAO_Boss_Goons_FM_Soundset'
    },
    ReturnInfo = { 
        title = 'Teslimatı Tamamladın', 
        msg = 'İşi aldığın yere geri dön ve paranı al!', 
        sec = 7, 
        audioName = 'Mission_Pass_Notify', audioRef = 'DLC_HEISTS_GENERAL_FRONTEND_SOUNDS'
    },
    Target = true, -- true = use target | false = ox lib zones [E] to interact.
}

Last updated