25.08.2013, 18:37
Varibles
Create one timer or use exist if you have already, set varible to +1 and after 3 seconds check if varible is same as you wont to show on that...
Create one timer or use exist if you have already, set varible to +1 and after 3 seconds check if varible is same as you wont to show on that...
pawn Код:
if(varible == 1)
{
hide text 0 & show text 1
varible +1
}
else if(varible == 2)
{
hide text 1 & show text 2
varible +1
}
...