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!

[Help]Lead Channels

Newbie Spellweaver
Joined
Feb 16, 2012
Messages
21
Reaction score
0
Does anyone know how to incorporate the TAG system, or make certain channels lead and some anti lead... im using gunz 1.5
 
Newbie Spellweaver
Joined
May 19, 2011
Messages
27
Reaction score
3
if(strcmp(ZGetGameClient()->GetChannelName(), "[LEAD]")) {
DO LEAD STUFF
} else {
DO NO LEAD STUFF
}
 
Upvote 0
Newbie Spellweaver
Joined
May 19, 2011
Messages
27
Reaction score
3
Strcmp fitted my needs when I used it, but the point was to give an idea of what to do to the person asking for help.
 
Upvote 0
Back
Top