loop variables
#2

Hmm what do you mean?

Like this?

Код:
new a = 14;
while(a > 0)
{
	PlayerInfo[playerid][ContactNumber][a + 1] = PlayerInfo[playerid][ContactNumber][a];
	a--;
}
Reply


Messages In This Thread
loop variables - by Larry123 - 11.11.2012, 10:15
Re: loop variables - by Larry123 - 11.11.2012, 11:49
Re: loop variables - by Larry123 - 11.11.2012, 11:57
Re: loop variables - by Abhishek. - 11.11.2012, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)