Jump to content

MindShift

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About MindShift

Informations

  • Gender
    Male

Recent Profile Visitors

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

MindShift's Achievements

Newbie

Newbie (1/16)

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

Recent Badges

0

Reputation

  1. I think is at class BarButton, you need to edit it Try to use this: class BarButton(ui.Button): ColorUp = 0x40999999 ColorDown = 0x40aaaacc ColorOver = 0x40ddddff UP=0 DOWN=1 OVER=2 def __init__(self, layer = "UI", aColorUp = ColorUp, aColorDown = ColorDown, aColorOver = ColorOver): ui.Button.__init__(self,layer) self.state = self.UP self.colortable = aColorUp, aColorDown, aColorOver def OnRender(self): x,y = self.GetGlobalPosition() grp.SetColor(self.colortable[self.state]) grp.RenderBar(x,y,self.GetWidth(),self.GetHeight()) def CallEvent(self): self.state = self.UP ui.Button.CallEvent(self) def DownEvent(self): self.state = self.DOWN def ShowToolTip(self): self.state = self.OVER def HideToolTip(self): self.state = self.UP
  2. Hello guys how can i transalte item_proto and mob_proto from client side? When i open them looks like this" MIPX œ * @ MCOZ0 % ˜ ”ÿ˜ÃþÅ Uü3;jÅjå”bâ;‡tCz½àÃL˜‰Wz÷\>x*ßûNßÆ7Q>’ ís¬›2Ê¢+ù k·÷¶ šÓHiÕGäVüšý!ñ)F#tmý„ }†o†nT%R5 °ÂòKbÒÆ}ñ½=ÀùÀJ.ð|˜5hwFßúÔœB:’I ÿ\" Some help please
×
×
  • 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.