relomy

Junior Member
  • Content count

    13
  • Joined

  • Last visited

Community Reputation

1 Neutral

About relomy

  • Rank
    Member
  1. Your code is kind of a mess, although maybe that is mostly due to not using BBcode for code: [code][/code] I didn't want to do this for you, but I sorta did so sorry about that. I hide it behind a spoiler tag. Couple notes: For for() loops, usually you initialize and declare the integer you are going to use in the actual loop itself. IE for (int i = 0; i < 10; i++) char types are for a single char. I took your char ch out because it didn't seem necessary to save s[a].f_name locally (and it was busting up the program.) 'Z' or 'z' could be a char, but not "ZZ." For string comparison, you have to use strcmp() which takes two const char * and returns 0 if they're the same . It returns negative or positive otherwise (see http://en.cppreference.com/w/c/string/byte/strcmp) Depending on what you meant by "quit" you need to exit() or possibly return 0. exit() requires that you include stdlib.h so that's what I did. Most of your code seemed pretty good though. I'm a C noob so this info may be incomplete or just wrong. I did no testing of your code other than seeing if I could get ZZ to work.
  2. I was fairly excited.. then I looked at the OP date.
  3. I don't have any issue. Do you think your install could be corrupted?
  4. Name of Buddstore Product: <<< GoldBoss: All in One >>> Engine + 7 Additional Modules Buddystore Version and release date: Version: 9.2.6.210 (3/25/2016 8:25:32 PM) CDstore version(if applicable): 9.2.6.177 Link to buddystore item: https://store.buddyauth.com/Product?productId=6221 Someone posted a version update in this thread last Friday, but there has been another version update since then. I imagine you guys update to the latest CDStore version regardless, but just in case.
  5. https://www.codedeception.com/cdauth/versions r455 is still not a supported version - you must wait until CDPatcher has been updated.
  6. According to the website, botting is illegal in Germany.