better advertisement check
#7

i saw sscanf version of checking strings, but it would only check if the string contained the ip only

edit: E.G

pawn Код:
sscanf(text,"dcdcdcdc",text[0],.,text[1],.,text[2],.,text[3],:);
but if u like loop through the string, there might be problems


pawn Код:
for(new i; i<text[i]; i++
{
    sscanf(text[i],"dcdcdcdc",text[i],.,text[i],.,text[i],.,text[2],:);
}
Reply


Messages In This Thread
better advertisement check - by Donya - 25.03.2011, 23:57
Re: better advertisement check - by Donya - 28.03.2011, 21:51
Re: better advertisement check - by Tee - 28.03.2011, 21:54
Re: better advertisement check - by Donya - 28.03.2011, 22:16
Re: better advertisement check - by Antonio [G-RP] - 28.03.2011, 22:19
Re: better advertisement check - by Tee - 28.03.2011, 22:23
Re: better advertisement check - by Donya - 28.03.2011, 22:46

Forum Jump:


Users browsing this thread: 3 Guest(s)