XxFri3ndlyxX

Results 2 comments of XxFri3ndlyxX

Just add Citizen.Wait(ms) between each of them Example of what i did on Lenzh_chopshop ```if ChoppingInProgress == true then exports['progressBars']:startUI(Config.DoorOpenFrontLeftTime, "Opening Front Left Door") Citizen.Wait(Config.DoorOpenFrontLeftTime) SetVehicleDoorOpen(GetVehiclePedIsIn(ped, false), 0, false, false)...