11.11.2012, 11:49
Hmm what do you mean?
Like this?
Like this?
Код:
new a = 14;
while(a > 0)
{
PlayerInfo[playerid][ContactNumber][a + 1] = PlayerInfo[playerid][ContactNumber][a];
a--;
}

