Jump to content

ShuzZzle

Inactive Member
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

ShuzZzle last won the day on May 16 2014

ShuzZzle had the most liked content!

About ShuzZzle

Informations

  • Gender
    Male

Recent Profile Visitors

2370 profile views

ShuzZzle's Achievements

Contributor

Contributor (5/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator Rare
  • Week One Done

Recent Badges

28

Reputation

  1.     It seems like you struggling with reading. Think about it before you point out the obvious.
  2. technically you can "fix" the function but i wouldn't recommend as well. Snippet(In item_manager.cpp): if (item->GetCount() > 1) { item->SetCount(item->GetCount() - 1); }
  3. WHaaaaaaaaat? Nice Presentation Keep up the good work
  4. I wasn't talking about this HeaderFile. I meant the creation of the first fileextractor where no source existed^^
  5. You absolutely right. I only released this because somebody requested it this way. I was just doing what I supposed to do
  6. i recommend mainline
  7. yep but with the pseudo code you can kinda rewrite the source code
  8. CFileName I think is supposed to be a string but it is not declared therefore CFileName doesnt not have access to the members of a string. (just a guess)
  9. @Kori Where is your problem? I thought its pretty straight forward.
  10. just use a god damn hex editor and replace the key LOL.
  11. Nvm. You can download the Libs from the Python website
  12. I extended that shit massively tho As you can see i also did it for the weapons Screen(This Version would only enable to you do the armor shining without prototype or item_proto):
  13. def __init__(self): is the python constructor def __del__(self): is the python deconstructor
  14. In your game.py under the python constructor
  15. Thanks a lot ricky92. Totally forgot that
×
×
  • 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.