Display Text On MenuWnd

Olympicus

Друг форума
VIP
Старожил I степени
Сообщения
94
Розыгрыши
0
Решения
2
Репутация
273
Реакции
54
Баллы
900
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
 

Вложения

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
 
Назад
Сверху Снизу