21.05.2010, 15:05
Try this:
Then *.*.85.76 will also match, and *.85.76.* too
pawn Код:
if (strcmp(ip, "85.76", false, 5) == 0) // 5 means that strcmp compares only first 5 characters which are "85.76"
{
Kick(playerid);
}
Quote:
|
Originally Posted by Freddo [BINMAN
]
pawn Код:
|
