#How To Add Scores Like Money

1 messages · Page 1 of 1 (latest)

ancient willow
#

I Wanna Add Money, Rank, Rebirth, Online Players. Also I Wanna Add A Image For Each Of Them How

#

{
"root_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "replace",
"control_name": "hud_actionbar_text_area",
"value": [
{
"sidebar_factory": {
"type": "panel",
"factory": {
"name": "hud_actionbar_text_factory",
"control_ids": {
"hud_actionbar_text": "[email protected]"
}
}
}
}
]
}
]
},
"sidebar": {
"type": "panel",
"anchor_from": "right_middle",
"anchor_to": "right_middle",
"size": [
"100%cm",
"100%cm"
],
"controls": [
{
"background": {
"type": "image",
"texture": "textures/ui/hud_tip_text_background",
"alpha": 0.5,
"size": [
"100%cm + 5px",
"100%cm + 5px"
],
"controls": [
{
"label_panel": {
"type": "panel",
"size": [
"100%cm",
"100%cm"
],
"controls": [
{
"label": {
"type": "label",
"text": "$actionbar_text",
"text_alignment": "left"
}
}
]
}
}
]
}
}
]
}
}