12.04.2010, 16:27
Hey, Sorry for all this questions atm.
How I can define all the 10 num?
I got now this:
It only detect when I typ: 00.000.000.000:0000 Not when I use other numbers.
What do i have to use incase for(new i=0; i<10; i++) ?
How I can define all the 10 num?
I got now this:
Код:
new num[10]; for(new i=0; i<10; i++) format(string, sizeof(string), "%d%d.%d%d%d.%d%d%d.%d%d%d:%d%d%d%d",num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i],num[i]);
What do i have to use incase for(new i=0; i<10; i++) ?