Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by North

  1. if (ch->GetName() == "something") This is probably what it should look like
  2. Very good concept, I like it. Thanks.
  3. Very useful, we shouldn't need many anticheat measures if we would apply corrections in the source itself, thank you for this contribution.
  4. const int VICTIM_TARGET_SELECT_RANGE_MAX = 3000;
  5. your make install is returning a 404 when he tries to fetch. Run the freebsd pkg manager to install your stuff it. pkg install gcc49 Should do it.
  6. ITEM_MANAGER::instance().RemoveItem(item, "REAL_TIME_EXPIRE"); Change this to his unequip equivalent.
  7. Most of the stuff is custom made so you won't find any documentation. Just look at the usecase and give a look at ui.py classes, most of the stuff you need is there.
  8. nope. You are wrong. MySQL is the database, maybe what you are looking for is the PHP MYSQL Connector/API which is a totally different thing: [Hidden Content] Yes, it will be safer, they made it for a reason. Just quit calling it MySQL and start saying things for what they are, like "I did not use the deprecated and unsecure mysql connector in this source instead i opted for the newest PDO extension" or something like that code tip for OP, start using functions and less inline php, from a non-php coder
  9. from this i understood that you know nothing about it, pdo is a php extension/driver and MySQL is a database so this must be some ripoff that i won't even look at. It always have been a PHP problem, since PHP pre 7 lacks a lot on security. Please check them out to learn more: [Hidden Content] [Hidden Content]
  10. That linker error is because that function is not declared in the .h or where it is supposed to be declared, just google it up. In this case to be more specific, in the header file make sure: That the method is public and can be accessed, that the IFDEF reaches that folder and file, if not #define it or include the define file. If you don't understand just quit trying and go study before you attempt anything else since this is a noob error.
  11. CItem doesn't have GetNewAttributeType. Maybe in your source is called GetAttributeType, Visual Studio can help you autocomplete this... Just point to CItem and call the right function to return the attribute type.
  12. Lul. You are not informing him when you ask "So, did you fix it?" but instead it sounds like a request from somebody who should only be grateful, if you want to help then go for a pull request implementing the feature/bugfix on your own. I've been helping random people way too much, that's why I understood that random people usually don't deserve anything :]. It's git tho, if you want to know if he updated the code then check the commits instead of asking here, you know.
  13. I don't even know why you are taking orders from random people but nice work thanks for the relase.
  14. You already have everything, if you don't know where they are located just take a look at the target info system it prints exactly the values that you are looking for.
×
×
  • 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.