Jump to content

Dominic.

Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

About Dominic.

Informations

  • Gender
    Male
  • Country
    Romania
  • Nationality
    Romanian

Recent Profile Visitors

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

Dominic.'s Achievements

Contributor

Contributor (5/16)

  • One Year In
  • First Post
  • One Month Later
  • Week One Done
  • Dedicated

Recent Badges

0

Reputation

  1. MIssing some functions that are used by uiEscapePopup.py uicommon.py class QuestionDialog(ui.ScriptWindow): def GetTextSize(self): if self.textLine: return self.textLine.GetTextSize() return (0,0) def SetLineHeight(self, Height): self.textLine.SetLineHeight(Height) also player.SHOW_UI_WINDOW_LIMIT_RANGE is missing def __EscapePopupRangeCheck(self): SHOW_UI_WINDOW_LIMIT_RANGE = 1000 (x, y, z) = player.GetMainCharacterPosition() # if abs(x - self.escape_window_open_x) > player.SHOW_UI_WINDOW_LIMIT_RANGE or abs(y - self.escape_window_open_y) > player.SHOW_UI_WINDOW_LIMIT_RANGE: if abs(x - self.escape_window_open_x) > SHOW_UI_WINDOW_LIMIT_RANGE or abs(y - self.escape_window_open_y) > SHOW_UI_WINDOW_LIMIT_RANGE: chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.OPTION_ESCAPE_FAR_DISTANCE) self.Close()
  2. Can u guys share the libcpr for bsd x64, i compiled a libcpr.a with VS 22 but for some reasone i get this error and i cant figure out how to fix it. i already install pkg cpr Or the complet git with librarys etc Thanks
×
×
  • 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.