Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by diosz

  1. diosz

    Remember password

    Nice, i did it too xP I recommend use some type of encryption or something like that because if somebody save the password in a place public, other person could get his password. In Set before to save you encrypt And Get after of get you desencrypt and then put in the input of the password
  2. diosz

    Igunz source incompatible with windows 8

    i fix it doing this ZGame.cpp void ZGame::PostSyncReport() above of that i write this: bool IsWin8() { OSVERSIONINFO os; os.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&os); if(os.dwMajorVersion < 6 || os.dwMinorVersion < 2) return false; return true; } now in void...
  3. diosz

    How GetPing[Latency] Client - Server

    Well GunZ i can get the ping of others Users, but in this case i wanna know that ping to the server and i dont know how i can get it :/ so if somebody know how do that i really appreciate :laugh: Thanks ;D
  4. diosz

    Fix windows 8 compatibility

    yeah i do that o.o! but when im going to play in the room ... crash :/ and yes i put the compatibility in win 7 and win xp and always crash :/ but well im checking others things >__<! with UniverseGamers i dont change the compatibility and work with win 8 I Use Win 8 Pro
  5. diosz

    Fix windows 8 compatibility

    Nope, when you go to the room and pess Start Game, when load crash the game or you are kicked from server :/ -------- In UniverseGamers works fine >__<!
  6. diosz

    [1.5]Source in VS2010

    Wow nice work!, this will be of big help to everybody *w* he do it when finished, i believe it xD You must be registered for see element.
  7. diosz

    GunZ 1.5 (Summer of 2011) Source.

    i downloaded these files and works good, well when the download was working .... i gave you the file that you lost, i dont know but is impossible that with me works and with you dont, if you too downloaded this files
  8. diosz

    [PHP] Clan Emblem + Anti Shell's + Anti Sql Injects !

    $step = anti_injection($_GET['step']); $step = $_GET['step']; ? xD
  9. diosz

    [Tut]Making CW start points 0.

    I'm not talking about of Wins/Losses .-. In Point you have 1000 Ok ? but now you put start with 0, so if you lose, now you wonna have -1 , i mean to that point p.s. sorry for my english
  10. diosz

    Respawn fix

    That sound like lag.
  11. diosz

    [GUIDE] How to build Gunz source code

    I try that but didnt work, i use msxml4.dll and work only i remove "//" line 12 of the file Mxml.h from project cml and work now I use VS 2010, Win 7.
  12. diosz

    How to display text using DirectX and C++?

    You could see this: You must be registered for see element.
  13. diosz

    UGrade 252

    You must be registered for see element. You can do it with that, only add it in the list. or maybe you could get an idea with this You must be registered for see element.
  14. diosz

    How Hook ZChat::Input in MatchServer?

    ZChat::Input is not in the matchserver only in the runnable
  15. diosz

    Gunz Signuatre problame

    Sorry, the seer did not come to work today hehe
Back
Top