19.09.2010, 15:38
Ey, I ain't get it anymore:P
I made this:
Ofcourse I know it won't work, only if the ip is like 000.000.00.000:0000
But that will never happen :P
I though maybe somebody know how to let this thing detect for every %d the number 0 - 9.
I know there is a way maybe. But I have no idea how :P
I made this:
Код:
new IPString[128]; for(new i=0;i<9;i++) { format(IPString,128,"%d%d%d.%d%d%d.%d%d.%d%d%d:%d%d%d%d",i,i,i,i,i,i,i,i,i,i,i,i,i,i,i); }
But that will never happen :P
I though maybe somebody know how to let this thing detect for every %d the number 0 - 9.
I know there is a way maybe. But I have no idea how :P