28.03.2011, 22:46
i saw sscanf version of checking strings, but it would only check if the string contained the ip only
edit: E.G
but if u like loop through the string, there might be problems
edit: E.G
pawn Код:
sscanf(text,"dcdcdcdc",text[0],.,text[1],.,text[2],.,text[3],:);
pawn Код:
for(new i; i<text[i]; i++
{
sscanf(text[i],"dcdcdcdc",text[i],.,text[i],.,text[i],.,text[2],:);
}