forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
7cc5122c1d
commit
6a9aa73201
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue