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!

Room with empty name.

Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
Today I was poking around in my source I found a way for people not to create a room with an empty name.
And code is free for anyone who wants to update it.

Open: ZInterfaceListener.cpp
Search: BEGIN_IMPLEMENT_LISTENER(ZGetStageCreateBtnListener, MBTN_CLK_MSG)
Code:
    if (strlen(szStageName) == NULL)
    {
        ZGetGameInterface()->ShowMessage("Enter a name to create your room.");
    }


I will not support it.

Credits: Me. :cool:
 
I'm retired, I'm already
Banned
Joined
Oct 3, 2011
Messages
832
Reaction score
155
I had already seen this but it is good that he is released.
 
Back
Top