Jump to content

Jira

Premium
  • Posts

    191
  • Joined

  • Days Won

    2
  • Feedback

    0%

Everything posted by Jira

  1. why you deleted the libserverky and checks, if someone says a shit, it means something goes wrong. Edit: I know, it's useless on freebsd but on windows not. ?
  2. add the file.cpp in your makefile i think ` ItemShopManager`
  3. and char.cpp ? and LearnSageMasterSkill function ?
  4. I rewrote the project (with cmake, ofcourse), but it has too many bugs, so it's not worth it.
  5. no int dwVnum; DWORD dwVnum; building.h ....
  6. for load the file dude, char YourFileName[256+1]; snprintf(YourFileName, sizeof(YourFileName), "yourfilename.txt"); and open it, etc..
  7. #define itertype(v) decltype((v).begin()) whitout space
  8. Use [Hidden Content] #define itertype (v) decltype ((v).begin ()) Or auto type . Like: auto it = 0; etc..
×
×
  • 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.