A simple question
#1

Hey, Sorry for all this questions atm.
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]);
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++) ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)