Selection with arrows
#1

Hi all,
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(agesizeof(age), "Example");
    
TextDrawSetString(Text:RegisterTD[23], age);
}
else if(
clickedid == RegisterTD[25])// Arrows Right
{
    
format(agesizeof(age), "Example");
    
TextDrawSetString(Text:RegisterTD[23], age);

How to do when you reach a certain number can't go further and that it must use a another arrows to go back?
Reply


Messages In This Thread
Selection with arrows - by ZmaXy - 11.10.2015, 19:44
Re: Selection with arrows - by Unte99 - 11.10.2015, 20:11
Re: Selection with arrows - by ZmaXy - 11.10.2015, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)