ed
This commit is contained in:
parent
cfc39de804
commit
f38013b98b
3 changed files with 17 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue