diff --git a/resource/interface/client/progress.lua b/resource/interface/client/progress.lua index 277a8f8..1278f8f 100644 --- a/resource/interface/client/progress.lua +++ b/resource/interface/client/progress.lua @@ -74,7 +74,7 @@ local function startProgress(data) TaskPlayAnim(cache.ped, anim.dict, anim.clip, anim.blendIn or 3.0, anim.blendOut or 1.0, anim.duration or -1, anim.flag or 49, anim.playbackRate or 0, anim.lockX, anim.lockY, anim.lockZ) RemoveAnimDict(anim.dict) elseif anim.scenario then - TaskStartScenarioInPlace(cache.ped, anim.scenario, 0, anim.playEnter ~= nil and anim.playEnter or true) + TaskStartScenarioInPlace(cache.ped, anim.scenario, 0, anim.playEnter == nil or anim.playEnter) end end