From 4f7a53e4a758a065190adca104d0c78af830944b Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 18:54:41 +0200 Subject: [PATCH] Update config.lua --- .../[crime]/nordi_containerheist/config.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index 962c6b4e8..2b40051ae 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -449,19 +449,3 @@ Config.ContainerTypes = { --- Locations where containers can be found (optional, for target setup) -Config.ContainerLocations = { - { - coords = vector3(1000.0, -3000.0, 5.0), - heading = 0.0, - model = "prop_container_01a", - spawnContainer = true, -- Whether to spawn a container at this location - }, - { - coords = vector3(980.0, -3000.0, 5.0), - heading = 0.0, - model = "prop_container_01b", - spawnContainer = true, - }, - -- Add more fixed locations as needed -}