replace ip in chat
#2

pawn Код:
if(strfind(text, ":", true) != -1)
        {

            new
                i_numcount,
                i_period,
                i_pos;

            while(text[i_pos]) {
                if('0' <= text[i_pos] <= '9') i_numcount++;
                else if(text[i_pos] == '.') i_period++;
                i_pos++;
            }
            if(i_numcount >= 8 && i_period >= 3) {
                format(string, sizeof(string), "123.12.12.1424:7777");
                ProxDetector(20.0,playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
                Kick(playerid);
                return 0;
            }
        }
under public OnPlayerText(playerid, text[]) and public public OnPlayerCommandText(playerid, cmdtext[]) **OnPlayerCommandText ver needs a little modifacation**
Reply


Messages In This Thread
replace ip in chat - by mastermax7777 - 26.11.2012, 23:57
Re: replace ip in chat - by NumbSkull - 27.11.2012, 00:14
Re: replace ip in chat - by mastermax7777 - 27.11.2012, 02:07

Forum Jump:


Users browsing this thread: 1 Guest(s)