mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
or 10
This commit is contained in:
@@ -33,7 +33,7 @@ local playerLoaded, uiActive, inMenu = false, false, false
|
||||
if bankDistance <= 0.7 then
|
||||
bankPoints[#bankPoints+1] = Config.Banks[i].Position.xyz
|
||||
end
|
||||
if Config.ShowMarker and bankDistance <= Config.DrawMarker then
|
||||
if Config.ShowMarker and bankDistance <= Config.DrawMarker or 10 then
|
||||
markerPoints[#markerPoints+1] = Config.Banks[i].Position.xyz
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user