Does anyone know how to incorporate the TAG system, or make certain channels lead and some anti lead... im using gunz 1.5
Does anyone know how to incorporate the TAG system, or make certain channels lead and some anti lead... im using gunz 1.5
if(strcmp(ZGetGameClient()->GetChannelName(), "[LEAD]")) {
DO LEAD STUFF
} else {
DO NO LEAD STUFF
}
Last edited by Mr_Troy; 21-04-12 at 11:20 AM.
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.