Jump to content

name?usr

Inactive Member
  • Posts

    51
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by name?usr

  1. self.eq1 = self.GetChild2("eqq")
    
    
            if self.eq1:
                self.eq1.SetEvent(ui.__mem_func__(self.__eq1))
            self.wndCostume = None
    
    
        def __eq1(self):
            import youpyname
            self.eqr = youpyname.youclassname()
            self.eqr.Show()
    
    
    
                            {
                                "name" : "eqq",
                                "type" : "button",
    
    
                                "x" : 118,
                                "y" : 107,
    
    
                                "tooltip_text" : "Equip",
    
    
                                "default_image" : "imagename.dds",
                                "over_image" : "imagename1.dds",
                                "down_image" : "imagename.dds",
                            },
    
  2. example

    0505 18:35:02023 :: import _weakref # builtin
    
    0505 18:35:02255 :: # trying .os.pyd
    
    0505 18:35:02256 :: # trying .os.py
    
    0505 18:35:02256 :: # trying .os.pyw
    
    0505 18:35:02256 :: # trying .os.pyc
    
    0505 18:35:02256 :: # trying libos.pyd
    

    How do I disable the unnecessary code like this?

    Note: I do not want to close syserr.txt, only unnecessary words

  3. Turkmmoda satış konusu açmış bildiği tek şey cd /usr/game sh start.sh milletin parasını yok yere alıyor burada bi ton konusu var yazık sana yardım istemene bişey demiyorum bende istiyorumda o kadar şey bilmemekle birlikte satış konusu açıp milleti resmen kazıklamak oluyor bu.Ya kendi işini kendin yapacaksın yada satmıcaksın yüzsüzlükte master yapmışsınız ne diyim.

     

    Hi m2dev
    Do not help these people.Shows like his own with help from here.One of the faceless.
  4.  

     

     

     

     

    Does anyone have a serverside system?

    .quest needed

    wiIhVOM.png

    Why you want just steal something from my server? :<

     

    Server name?

     

    Vesteris (http://vesteris.pl)

     

    And this is post on server's fanpage which I posted 3 months ago about this. :P

    https://www.facebook.com/Vesteris/photos/pb.366247060215328.-2207520000.1427983206./398214607018573/?type=1&theater
    

    Thoria or amerion

     

    ???

    Thoria is polish server which start at 11.04. My server is online since 28.03 and I already have this, but w/e.

    Nobody will give you serverside of this system without cmdchats.

     

    I encode :P

  5.  

     

     

    Does anyone have a serverside system?

    .quest needed

    wiIhVOM.png

    Why you want just steal something from my server? :<

     

    Server name?

     

    Vesteris (http://vesteris.pl)

     

    And this is post on server's fanpage which I posted 3 months ago about this. :P

    https://www.facebook.com/Vesteris/photos/pb.366247060215328.-2207520000.1427983206./398214607018573/?type=1&theater
    

    Thoria or amerion

  6.  

    open userinterface.cpp

    and change

     

    this

    #ifdef _DISTRIBUTE 
    		stRegisterDebugFlag = "__DEBUG__ = 0";
    #else
    		stRegisterDebugFlag = "__DEBUG__ = 1";
    #endif
    

    to this

    #ifdef _DISTRIBUTE 
    		stRegisterDebugFlag = "__DEBUG__ = 0";
    #elif _DEBUG
    		stRegisterDebugFlag = "__DEBUG__ = 1";
    #else
    		stRegisterDebugFlag = "__DEBUG__ = 0";
    #endif
    

    or to this

    #ifdef _DEBUG
            stRegisterDebugFlag = "__DEBUG__ = 1";
    #else
            stRegisterDebugFlag = "__DEBUG__ = 0";
    #endif  
    #ifdef _DISTRIBUTE 
    stRegisterDebugFlag ="__DEBUG__ = 1";
    #else
    stRegisterDebugFlag ="__DEBUG__ = 0"; 
    #endif
    Thanks It was in this way
     
    may be closed
×
×
  • 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.