From 9242e6483545b93e0da1c7195f3021de0adcb213 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 14 Jun 2025 23:55:51 +0200 Subject: [PATCH] d --- resources/[jobs]/[civ]/nordi_delivery/config.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/[jobs]/[civ]/nordi_delivery/config.lua b/resources/[jobs]/[civ]/nordi_delivery/config.lua index 55d1c41ca..f72869673 100644 --- a/resources/[jobs]/[civ]/nordi_delivery/config.lua +++ b/resources/[jobs]/[civ]/nordi_delivery/config.lua @@ -8,11 +8,11 @@ return { vehicleSpawn = vec4(816.1749, -119.5066, 80.3096, 241.5598), blipName = "Zum Durstigen Dackel" }, - -- Pizzeria 2 + -- Kayass { - coords = vec4(1250.35, -359.8, 68.54, 164.05), - vehicleSpawn = vec4(1246.3, -365.58, 68.32, 159.15), - blipName = "Pizza Job - Vinewood" + coords = vec4(1548.9747, 3795.5110, 24.5129, 38.1116), + vehicleSpawn = vec4(1573.0295, 3795.8474, 34.4144, 140.1099), + blipName = "Kayas Restaurant" }, -- Füge weitere Locations nach Bedarf hinzu }, @@ -23,7 +23,7 @@ return { AllowedJobs = { 'dackel', 'delivery', - 'restaurant' + 'kayas' }, RequiredJobGrade = 0 }