forked from Simnation/Main
ed
This commit is contained in:
parent
cfc39de804
commit
f38013b98b
3 changed files with 17 additions and 16 deletions
|
@ -4430,7 +4430,7 @@ itemsData = {
|
|||
},
|
||||
drone = {
|
||||
useable = true,
|
||||
weight = 1000,
|
||||
weight = 10000,
|
||||
type = 'item',
|
||||
unique = true,
|
||||
description = '',
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -42,7 +42,7 @@ Config.Blip = {
|
|||
sprite = 67,
|
||||
color = 1,
|
||||
scale = 0.8,
|
||||
label = "Container Einbruch",
|
||||
label = "Einbruch",
|
||||
duration = 180, -- seconds
|
||||
flash = true,
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01a",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -63,18 +63,19 @@ Config.ContainerTypes = {
|
|||
duration = 30000,
|
||||
},
|
||||
rewards = {
|
||||
{item = "black_phone", label = "Phone", min = 1, max = 3, chance = 30},
|
||||
{item = "black_phone", label = "iFruit 12XR Schwarz", min = 1, max = 3, chance = 30},
|
||||
{item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20},
|
||||
{item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25},
|
||||
{item = "diamond", label = "Diamond", min = 1, max = 1, chance = 5},
|
||||
{item = "diamond", label = "Diamand", min = 1, max = 1, chance = 5},
|
||||
{item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15},
|
||||
{item = "drone", label = "Drohne", min = 1, max = 1, chance = 2},
|
||||
},
|
||||
policeAlert = true,
|
||||
},
|
||||
{
|
||||
model = "prop_container_01b",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -95,7 +96,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01c",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -117,7 +118,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01d",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -139,7 +140,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01e",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -161,7 +162,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01f",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -183,7 +184,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01g",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -205,7 +206,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_01h",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -227,7 +228,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_02a",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -4.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
@ -249,7 +250,7 @@ Config.ContainerTypes = {
|
|||
{
|
||||
model = "prop_container_03a",
|
||||
type = "shipping",
|
||||
label = "Shipping Container",
|
||||
label = "Schiffs Container",
|
||||
offset = vector3(0.0, -2.0, 0.0),
|
||||
heading = 180.0,
|
||||
animation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue