From b5276e45d1d9e77ec09694667c64cd8aab0e380c Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:02:42 +0200 Subject: [PATCH] Update stored.lua --- resources/[carscripts]/mh_garage/client/stored.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index 8732a8576..45cf9a3aa 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -11,7 +11,7 @@ print("1") for i = 1, #vehicles, 1 do local veh_coords = GetEntityCoords(vehicles[1]) local distance = #(veh_coords - coords) -print("2") +print(distance) if distance < 40.0 then local mods = QBCore.Functions.GetVehicleProperties(vehicles[i]) print("3")