Jump to content

Thorer

Banned
  • Posts

    97
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Thorer

  1. uiquest.py

    Here i think

        def OnUpdate(self):    
            if self.skin == self.SKIN_CINEMA:
                event.UpdateEventSet(self.descIndex, 50, -(wndMgr.GetScreenHeight() - 44))
                
            # AUTO_RESIZE_BOARD
            elif self.skin == 3:            
                if self.board:
                    event.UpdateEventSet(self.descIndex, self.board.GetGlobalPosition()[0]+20+self.sx, -self.board.GetGlobalPosition()[1]-20-self.sy)
                    event.SetEventSetWidth(self.descIndex, self.board.GetWidth()-40)
            elif self.skin:            
                if self.board:
                    event.UpdateEventSet(self.descIndex, self.board.GetGlobalPosition()[0]+20, -self.board.GetGlobalPosition()[1]-20)
                    event.SetEventSetWidth(self.descIndex, self.board.GetWidth()-40)

    • Love 1
  2. 2 hours ago, Denis said:

            CCI * pkCCI = P2P_MANAGER::instance().Find("PlayerName");
            if (pkCCI)
            {
                pkCCI->pkDesc->ChatPacket(CHAT_TYPE_INFO, "Hello");
            }

    ChatPacket is from CHARACTER class, not description.

     

    2 hours ago, VegaS said:

    Fcking shit, everything is possible with the source game.

    Its POINTER, pointing on adress of process, you cannot merge it to another process.

    • Love 1
×
×
  • 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.