Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Azerothwav authored Feb 25, 2023
1 parent 7ec0cf0 commit 755006b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [DRUGTRAIN]/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DrugTrainConfig.DrugTrain = {

function DrugTrainConfigFunctionProgressBar(time, msg)
if Config.FrameWork == 'ESX' then
ProgressBar(time, msg)
-- Add your own progress bar export here
elseif Config.FrameWork == 'QBCore' then
QBCore.Functions.Progressbar("", msg, time, false, true, {
disableMovement = false,
Expand Down Expand Up @@ -73,4 +73,4 @@ DrugTrainConfig.Lang = {
["InTakeOff"] = 'Cargaison in recuperation',
["EventStart"] = 'A train with a big cargo had problems on a track, we put the point on your map if you want to look at it',
["EventStop"] = 'The train left, it seems that someone helped them'
}
}

0 comments on commit 755006b

Please sign in to comment.