forked from Simnation/Main
ed
This commit is contained in:
parent
fd93967cea
commit
a3cb0050da
2 changed files with 11 additions and 1 deletions
|
@ -149,6 +149,16 @@ config.stashes = {
|
||||||
weight = 100000,
|
weight = 100000,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
---- SP Autohaus ----
|
||||||
|
{
|
||||||
|
coords = vector3(1930.88, 3723.82, 32.57),
|
||||||
|
textUiLabel = 'öffnen',
|
||||||
|
name = 'spahlager1', -- uniq name
|
||||||
|
label = 'Lager',
|
||||||
|
slots = 60,
|
||||||
|
weight = 60000,
|
||||||
|
},
|
||||||
|
|
||||||
---- SHERIFF ----
|
---- SHERIFF ----
|
||||||
{
|
{
|
||||||
coords = vector3(1825.34, 3684.54, 34.4),
|
coords = vector3(1825.34, 3684.54, 34.4),
|
||||||
|
|
|
@ -14,7 +14,7 @@ Config.SimCardDLC = true -- Enable if using RoadPhone SimCard DLC
|
||||||
|
|
||||||
-- Phone Settings
|
-- Phone Settings
|
||||||
Config.PhoneCommand = "TogglePhone"
|
Config.PhoneCommand = "TogglePhone"
|
||||||
Config.NeedItem = true -- Requires an item to open the phone
|
Config.NeedItem = false -- Requires an item to open the phone
|
||||||
Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC
|
Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC
|
||||||
Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true
|
Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true
|
||||||
Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false
|
Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue