forked from Simnation/Main
ed
This commit is contained in:
parent
4bec938af6
commit
c872ec98d4
4 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
@ -2976,7 +2976,7 @@ itemsData = {
|
||||||
type = 'weapon',
|
type = 'weapon',
|
||||||
unique = true,
|
unique = true,
|
||||||
description = '',
|
description = '',
|
||||||
image = 'w_me_pocketlight.png',
|
image = 'weapon_pocketlight.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
label = 'kleine Taschenlampe',
|
label = 'kleine Taschenlampe',
|
||||||
name = 'weapon_pocketlight',
|
name = 'weapon_pocketlight',
|
||||||
|
|
|
@ -25,7 +25,7 @@ Cfg = {
|
||||||
-- |_|
|
-- |_|
|
||||||
Options = {
|
Options = {
|
||||||
Blip = {
|
Blip = {
|
||||||
Enabled = true, -- Blip visibility (true: enabled, false: disabled)
|
Enabled = false, -- Blip visibility (true: enabled, false: disabled)
|
||||||
Sprite = 500, -- Blip sprite (https://docs.fivem.net/docs/game-references/blips/)
|
Sprite = 500, -- Blip sprite (https://docs.fivem.net/docs/game-references/blips/)
|
||||||
Scale = 0.8, -- Blip scale (0.0 - 1.0)
|
Scale = 0.8, -- Blip scale (0.0 - 1.0)
|
||||||
Color = 1, -- Blip color
|
Color = 1, -- Blip color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue