BlackPlugin - это сообщество, где вы можете найти множество отличных утечек, завести новых друзей, участвовать в обсуждениях и многое другое. Зарегистрируйтесь бесплатно прямо сейчас!
{
"Hide Buttons": {
"When using Computer Station": [
"button_name",
"panel_name"
],
"When Player is dead": [
"*", ⇚ using * symbol basically means "all buttons"
"panel_name"
],
"When Player is looting": [
"button_name",
"panel_name"
]
},
"Base Position": { ⇚ starting point of buttons, afterward can be adjusted with offsets
"Anchor Min": "0.5 0.2",
"Anchor Max": "0.5 0.2"
}, QUICK TIP: by using 0.5 0.0 you will achieve complete button responsivity
"Font Settings": {
"Font Style": "robotocondensed-bold.ttf",
"Base Font Size": 13,
"Base Font Color": "1 1 1 1",
"Font Outline Color": "0 0 0 1",
"Font Outline Thickness": "0.1 0.1"
},
"Chat Commands": {
"Open GUI": "custombuttons",
"List all Panels": "custombuttons_list",
"Toggle buttons on/off": "custombuttonstoggle"
}