Jump to content

bossy_max

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

About bossy_max

Informations

  • Gender
    Male

Social Networks

Recent Profile Visitors

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

bossy_max's Achievements

Enthusiast

Enthusiast (6/16)

  • Collaborator
  • Conversation Starter
  • Reacting Well
  • Dedicated
  • First Post

Recent Badges

1

Reputation

  1. does he fix the kick when he open the safebox?
  2. i saw such a log in the db logs of my test server after this connection mysql shutdown and connect again is this a backdoor attempt? #this ip address is not part of our team
  3. i will use it this thank you m_pointsInstant.playerSlots = std::unique_ptr<character_point_instant::PlayerSlotT>(new character_point_instant::PlayerSlotT());
  4. @ martysama0134what can I use instead of make_unique ?
  5. i did everything the same but there is such a bug [Hidden Content] and i used unique_ptr instead of make_unique in part SetPlayerProto.
  6. thanks for sharing, can you publish a detailed document for those who do not know exactly this?
  7. def ExitSelect(self): import uiCommon self.selectDialog = uiCommon.QuestionDialog() self.selectDialog.SetText("what do you want to do?") self.selectDialog.SetAcceptEvent(ui.__mem_func__(self.SelectPortal), 1) self.selectDialog.SetCancelEvent(ui.__mem_func__(self.SelectPortal), 0) self.selectDialog.Open() def SelectPortal(self, arg): if not arg == 0: if LEAVE_BUTTON_FOR_POTAL: if app.loggined: self.stream.SetPhaseWindow(0) else: self.stream.setloginphase() else: self.stream.SetLoginPhase() self.Hide()
×
×
  • 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.