This commit is contained in:
Nordi98 2025-07-20 19:38:12 +02:00
parent cfc39de804
commit f38013b98b
3 changed files with 17 additions and 16 deletions

View file

@ -259,7 +259,7 @@ local function ScanAndAddContainersToTarget()
type = "client",
event = "container_heist:client:startRobbery",
icon = "fas fa-angle-double-right",
label = "Break into " .. containerType.label,
label = "Einbrechen " .. containerType.label,
containerType = containerType,
}
},
@ -508,7 +508,7 @@ RegisterNetEvent('container_heist:client:policeAlert', function(coords, streetNa
title = alertTitle,
description = string.format(Config.Notifications.policeMessage, streetName),
type = 'inform',
position = 'right',
position = 'top',
icon = alertIcon,
iconColor = '#ff0000',
duration = 20000 -- 10 Sekunden (10000 Millisekunden)