RP NAMES QUESTION
#8

Under OnPlayerConnect, there should be
pawn Код:
if(AntiName == 1)
    {
        if(namestring == -1)
        {
            format(string, sizeof(string),"%s, Has been kicked by the Anticheat Peter Griffin for Having an Unvalid Name",plname);
            SendClientMessageToAll(COLOR_NICERED, string);
            SendClientMessage(playerid, COLOR_YELLOW2, "Immigration Department: Your name is not acceptable.");
            SendClientMessage(playerid, COLOR_YELLOW2, "Hint: Your name must be in the format Firstname_Lastname.");
            format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] Anticheat Has Kicked %s for Invalid Name",d,m,y,h,mi,s,plname);
            KickLog(string);
            Kick(playerid);
            return 1;
        }
    }
Remove that,
Reply


Messages In This Thread
RP NAMES QUESTION - by geohareas - 20.12.2012, 16:53
Re: RP NAMES QUESTION - by park4bmx - 20.12.2012, 19:59
Re: RP NAMES QUESTION - by Randy More - 20.12.2012, 22:53
Re: RP NAMES QUESTION - by stabker - 21.12.2012, 00:27
Re: RP NAMES QUESTION - by EAsT-OAK_510 - 21.12.2012, 00:30
Re: RP NAMES QUESTION - by stabker - 21.12.2012, 00:32
Re: RP NAMES QUESTION - by EAsT-OAK_510 - 21.12.2012, 00:34
Re: RP NAMES QUESTION - by dannyk0ed - 21.12.2012, 01:26

Forum Jump:


Users browsing this thread: 3 Guest(s)