Jump to content

Tülay

Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

About Tülay

Informations

  • Gender
    Male

Recent Profile Visitors

5017 profile views

Tülay's Achievements

Explorer

Explorer (4/16)

  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In
  • First Post

Recent Badges

8

Reputation

  1. It can be changed in uiscript costumewindow.py for index COSTUME_START_INDEX
  2. hi, guys how can reverse the text in python like def __init__(self, text): ui.ListBoxEx.Item.__init__(self) self.canLoad=100 self.text=text self.textLine=self.__CreateTextLine(text) def __del__(self): ui.ListBoxEx.Item.__del__(self) def GetText(self): return self.text def SetSize(self, width, height): ui.ListBoxEx.Item.SetSize(self, 7*len(self.textLine.GetText()) + 4, height) def __CreateTextLine(self, text): textLine=ui.TextLine() textLine.SetParent(self) textLine.SetPosition(10, 4) textLine.SetText(text) textLine.Show() return textLine
  3. hi,devs I have a problem with ponies go out outside the fence do not know where I find its coordinates its search in map, src, client I not found
  4. novaline It has a new updates such as belts Dragon Chemistry
  5. I think it's a special service for vip You can get it from here store#
  6. Open .../game/src/chat_item.cppSearch: if (item2->IsExchanging()) return false; Add below if (item2->IsEquipped()) return false;
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.