Jump to content

5230pati

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

About 5230pati

Informations

  • Gender
    Female

Recent Profile Visitors

593 profile views

5230pati's Achievements

Newbie

Newbie (1/16)

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

Recent Badges

0

Reputation

  1. Hello I successfully increased the max gold in serverside, but in client it doesnt want to show the correct value of gold : [Hidden Content] i tried this codes: return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD)); return PyLong_FromLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD)); Py_BuildValue("l", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); Py_BuildValue("ll", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); Py_BuildValue("K", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); these codes shows that value whic is on the picture with Py_BuildValue("ull", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); it shows the max value of ULL : dows somebody know the code which shows the correct value?
×
×
  • 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.