• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help - Mod item position

otavio101

Active Member
Joined
Dec 14, 2010
Messages
68
Reaction score
39
[MOD] HUD

I wanted this mod to set items like this , someone can help me?

tS9AaKS.png

Top Center in MapPanel.Thx

Edit.: More than 3 itens.
 
Code:
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
 
6iLc8sp.png


HUDLabel < UILabel
font: verdana-11px-rounded
width: 300

HUDItem < UIItem
size: 45 80
padding: 1
font: verdana-11px-rounded
text-align: bottom
border-color: white
color: white
phantom: true
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter

$disabled:
color: #646464




The same, just in the cente of map panel
 
Last edited:
Back
Top