mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-26 03:05:28 +01:00
modified unified_inventory to place buttons in 2 rows when +12
modified unified_inventory to hide buttons if player does not have the necessary privileges modified other mods to adjust with unified_inventory
This commit is contained in:
@@ -32,7 +32,8 @@ unified_inventory.register_page("bags", {
|
||||
unified_inventory.register_button("bags", {
|
||||
type = "image",
|
||||
image = "ui_bags_icon.png",
|
||||
tooltip = S("Bags")
|
||||
tooltip = S("Bags"),
|
||||
show_with = false, --Modif MFF (Crabman 30/06/2015)
|
||||
})
|
||||
|
||||
for i = 1, 4 do
|
||||
|
||||
Reference in New Issue
Block a user