Tag problem
#1

I don't have any errors/warnings, I have some problem, I changed my name to [KZ] clan tag, but when i quit and i join I am kicked.

pawn Код:
new stringtag[128]; //if the name contains [KZ] tag...
    if (PlayerInfo[playerid][pTag] == 0)
    {
    if(strfind(Name(playerid), "[KZ]", true) != -1)
    {
        {
            format(stringtag, sizeof(stringtag), "%s has been kicked from the Server [Reason: Unauthorized Tag]", Name(playerid));
            SendClientMessageToAll(C_LBLUE, stringtag);
            DelayKick(playerid, 100);
        }
    }
    }
please guide me to fix the problem, thanks in advace.
Reply


Messages In This Thread
Tag problem - by DetoNater - 30.05.2013, 09:36
Re: Tag problem - by IceBilizard - 30.05.2013, 09:43
Re: Tag problem - by DetoNater - 30.05.2013, 09:48
Re: Tag problem - by IceBilizard - 30.05.2013, 09:49
Re: Tag problem - by DetoNater - 30.05.2013, 10:06
Re: Tag problem - by IceBilizard - 30.05.2013, 10:11
Re: Tag problem - by DetoNater - 30.05.2013, 11:38
Re: Tag problem - by GiamPy. - 30.05.2013, 11:44
Re: Tag problem - by IceBilizard - 30.05.2013, 11:58
Re: Tag problem - by DetoNater - 30.05.2013, 14:43

Forum Jump:


Users browsing this thread: 3 Guest(s)