1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Nordi98 2025-07-30 08:23:40 +02:00
parent 7cc5122c1d
commit 6a9aa73201

View file

@ -517,9 +517,9 @@ function MonitorTaxiProgress(taxi, driver, playerCoords)
local lastPos = GetEntityCoords(taxi) local lastPos = GetEntityCoords(taxi)
local stuckCounter = 0 local stuckCounter = 0
local maxStuckCount = 5 local maxStuckCount = 10
local totalStuckEvents = 0 local totalStuckEvents = 0
local maxTotalStuckEvents = 3 local maxTotalStuckEvents = 6
CreateThread(function() CreateThread(function()
while DoesEntityExist(taxi) and DoesEntityExist(driver) do while DoesEntityExist(taxi) and DoesEntityExist(driver) do