11.10.2015, 19:44
Hi all,
I'm working on registration, and I came to the selection year.
I have something like this:
How to do when you reach a certain number can't go further and that it must use a another arrows to go back?
I'm working on registration, and I came to the selection year.
I have something like this:
PHP код:
new
age[2];
PHP код:
else if(clickedid == RegisterTD[24])// Arrows Left
{
format(age, sizeof(age), "Example");
TextDrawSetString(Text:RegisterTD[23], age);
}
else if(clickedid == RegisterTD[25])// Arrows Right
{
format(age, sizeof(age), "Example");
TextDrawSetString(Text:RegisterTD[23], age);
}