Anti Advertisement
#1

Is some one put an IP in the main chat send this:

xxx.xxx.xxx.xxx

Number : x
Reply
#2

Either use search and learn from MANY of the stocks you are looking for, or post here what you got so far. This is NOT A SCRIPT REQUEST FORUM. There's a thread for that!
Reply
#3

I would normally assist, no matter what the ircumstance. However i refuse to help people that scam the brilliant SAMP community, so i will suggest you to use search.
Reply
#4

Credits to creator of this ( I think it's RyDeR )
pawn Код:
stock detectIP(text[])
{
    new
        dotCount
    ;
    for(new i; text[i] != 0; ++i)
    {
        if('0' <= text[i] <= '9')
        {
            do
            {
                if(text[i] == '.') ++dotCount;
                ++i;
            }
            while(('0' <= text[i] <= '9') || text[i] == '.' || text[i] == ':');
        }
        else dotCount = -1;
    }
    return (dotCount > 2);
}
Reply
#5

When I type an IP in the server I can see the normal IP...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)