ed
This commit is contained in:
parent
b3dfd74c87
commit
1fe7324645
5 changed files with 25 additions and 7 deletions
|
@ -8,9 +8,8 @@ config.itemStash = {
|
|||
whitelist = { "c_necklace", "c_bproof", "c_decal", "c_torso", "c_mask", "c_helmet", "c_glasses", "c_bag", "c_pants", "c_shoes", "c_bracelet", "c_watch", "c_ear", "clothe_set" }
|
||||
},
|
||||
{
|
||||
item = "bkposet",
|
||||
maxweight = 0,
|
||||
slots = 40,
|
||||
whitelist = { "c_necklace", "c_bproof", "c_decal", "c_torso", "c_mask", "c_helmet", "c_glasses", "c_bag", "c_pants", "c_shoes", "c_bracelet", "c_watch", "c_ear", "clothe_set" }
|
||||
item = "pdbag",
|
||||
maxweight = 100000,
|
||||
slots = 10,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ config.stashes = {
|
|||
slots = 70,
|
||||
weight = 70000,
|
||||
owner = true, -- if true, it creates a player-specific stash.
|
||||
jobs = { police = { 1, 2, 3, 4, 5, 6, 7, 8, 9 } } -- only 9 ranks for police job
|
||||
jobs = { police = true } -- only 9 ranks for police job
|
||||
},
|
||||
{
|
||||
coords = vec3(301.3, -600.23, 43.28),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue