Display Text On MenuWnd

Olympicus

Интересующийся
Участник
Сообщения
69
Розыгрыши
0
Решения
2
Репутация
42
Реакции
27
Баллы
375
Hello,am working on interface and i would like to know how to attach one text into the blue zone ( like deadz ), i was checking the example from there.. but in xdat dosent exits the window menu or menuwnd to attach one text box
Salvation 140 Protocol
Thx
Text.PNG
text2.PNG
 

Create new window > add textbox > attach window to needed position
lazy method: create textbox in menuwnd > attach to bottomLeft > move textbox to x = -100 ; y = -15, something like
 
Create new window > add textbox > attach window to needed position
lazy method: create textbox in menuwnd > attach to bottomLeft > move textbox to x = -100 ; y = -15, something like
Код:
var TextBoxHandle Text;

function OnLoad()
{  
Text=GetTextBoxHandle("MenuWnd.Patch");
    Text.SetText("-----");
}


I did this following the example, but after select server client crash and insta close ( without throw any error ) maybe i miss something ?
thank you
 

Вложения

  • MenuWnd.PNG
    MenuWnd.PNG
    27 КБ · Просмотры: 68
This buttons are after salvation. I dont know if u are able to add it manualy. Maybe yes but if is crashing u do something wrong on process.

Search for some Essence protocol who u can open to use as exemple to copy
 
Назад
Сверху Снизу