1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Nordi98 2025-07-30 08:37:03 +02:00
parent 764079c6a7
commit 9f68c1ebde

View file

@ -517,8 +517,8 @@ function MonitorTaxiProgress(taxi, driver, playerCoords)
local lastPos = GetEntityCoords(taxi)
local stuckCounter = 0
local maxStuckCount = 10
local totalStuckEvents = 0
local maxStuckCount = 20
local totalStuckEvents = 3
local maxTotalStuckEvents = 6
CreateThread(function()