Jump to content

T1meZ

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

T1meZ's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. local text=guiGetText(editBox) -- переменную text попробуйте вставить там вместо текста. addEventHandler( 'onClientGUIChanged', root, function() if source == hs_gui['name'] or source == hs_gui['status'] or source == hs_gui['cost'] or source == hs_gui['owner'] or source == hs_gui['idname'] then --label name local currText = guiGetText( source ); -- переменную text попробуйте вставить там вместо текста. local newText = string.gsub( currText, '', '' ); if newText ~= currText then guiSetText( source, newText ); end; end; end ); Что то не хочет отображать. Правильный ли ?
  2. Здрасте, у меня вопрос) Каким образом можно перевести введенный текст в другое окно в label? Пример: я открываю окно ввожу свой текст (естественно нажимаю на кнопку "ок"), и он должен появится в другом окне Скрин: Фото
×
×
  • Create New...