Jump to content

Салом

Banned
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Салом

  1. AddToCharacter take two agrguments not three. INVENTORY_MAX_COUNT dosen't exist in source, unless you changed his name. C++11 is required for these codes to work. You are using lambda expression which is a c++11 feature, same for auto. Here it's the fixed version. You get the errors because your compiler dosen't support C++11. From what source did you steal the codes?
  2. You need a decent processor, up to 8GB of RAM, a fast network and an advanced HDD. The most important is the network. You need a big band, somewhere at 1gb. To be able to support all 3,000 connections at the same time but not to lose data.
  3. GC - game to client CG - client to game DG - db to game Check this out [Hidden Content]
  4. You do not need to pay for this, tell me which version of mysql do you use?
  5. I think this guy is Vegas. So he's a great developer.
  6. @Sherer We can not open the attachment file. Please upload the files to an external site (Mega/dropbox)
  7. def __MakePortring(self, qid): constInfo.PortRingqin= int(qid) Under def EmptyFunction(self): pass
  8. CC = g++ you are not using clang at this moment, your source is not configured to be compiled using clang, since the default compiler is g++ (You source use gcc which is very old, since 2004). I advise you to install gcc49, it supports c ++ 11. As I can see you use the martysama source, contact him for the update which contains clang as default compiler.
×
×
  • 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.