1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Nordi98 2025-07-30 06:35:10 +02:00
parent b37e81f58d
commit 68ba5bd306

View file

@ -112,7 +112,7 @@ function GetImprovedTaxiSpawnPosition(playerCoords)
print("^2[TAXI DEBUG]^7 Finding optimal spawn position (preferably 100m+ away)...")
local minPreferredDistance = 100.0 -- Bevorzugter Mindestabstand in Metern
local maxDistance = 300.0 -- Maximaler Abstand in Metern
local maxDistance = 999999.0 -- Maximaler Abstand in Metern
local bestPosition = nil
local bestDistance = 999999.0