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 Modal

  1. Modal

    Spy Mode Error

    I'm at a proper machine now. What's the error?
  2. Modal

    Spy Mode Error

    Currently on mobile so this could be a tad incorrect, but as far as I could tell the problem was that you only had 1 #if but were closing w/ #endif twice. I tossed the only #endif you should need where I think it goes(at the end of quest-related functions). But I'm unfamiliar with the Abby...
  3. Modal

    Spy Mode Error

    Are you Ducking retarded Edit: Show us all the code you're trying to steal and we'll be able to help you more. The problem is you're ending an if statement but you're probably never Ducking starting one.
  4. Modal

    [DEV] New Gunz Radio Chat

    No poop Sherlock. Re-read.
  5. Modal

    The 'Show Off' topic

    Re: The 'Show Off' topic - Part 2 If you're fully aware of the antihack you'll be able to get around a few of the more basic checks. But the string ciphers, server sided memory checks, etc, aren't easily bypassed even with full knowledge. The cipher's key changes randomly on the server and...
  6. Modal

    The 'Show Off' topic

    Re: The 'Show Off' topic - Part 2 Guess it's kind of hard to show off, but I've been working on an "anticheat" of sorts. I toss quotes around the word because let's be real: p2p game w/ no real authorative server is never going to have a true "anticheat". There's a few tricks I did that I...
  7. Modal

    New Avatares/Models/weapon.

    To be honest these are pretty decent. The Black Rock Shooter model's hair is a tad poop, but other than that I like them. Good job dude.
  8. Modal

    Whats happening ?

    To be honest the only really fun things going on are hacks. No matter what end of the cat & mouse game you're on, it's pretty fun. Other than that just game-modes getting pushed out and antilead improvements. I've been working on a full rewrite on the side, like many other people. Lambda was...
  9. Modal

    Help with PHP

    Kind of off-topic, but why do people insist on using styled <a> tags for buttons? It's one thing to use <button>, but why <a>? Just make proper <input> elements. Cleaner.
  10. Modal

    [RELEASE] GunzLeague Source + Client + Launcher

    ? That's not what this release is from.
  11. Modal

    [RELEASE] GunzLeague Source + Client + Launcher

    This is awful. You literally wrote the same 28 lines in 12 different places just to get colored names.
  12. Modal

    Jur13 RESOLUTION PROBLEM CANT FIND ZOptionInterface.cpp

    Learn C++ before trying to penis around with source. It's not a hard concept to grasp if you actually understand what's required of you.
  13. Modal

    [DEV] New Gunz Radio Chat

    Remade this quickly. Kinda fun. I am curious though, are you calling your's the same way the kick target list is being called? That's what I did, but I'm unsure if I'm happy with that. Everything is in its' own files aside from the calls, which I'm definitely happy about. You must be registered...
  14. Modal

    crashing when making a clan

    Chances are if he made any changes to more than one project he just rebuilt the entire solution.
  15. Modal

    Clan player needed to create

    Hint MMatchGlobal.h #define CLAN_SPONSORS_COUNT 4
Back
Top