#1

Hello, I've been looking on a few count downs but it all was like from 5, 4, 3, 2, 1... But it would have been alot lines if I had to make it from, for example 30.
Here's one of them I've been looking at.
[FS]Simple Countdown
It's a simple count down system, but as you look at the script there, he made a public for each number.
example
pawn Code:
public five;
{
   //Whatever here.
}
public four;
{
   //Whatever here.
}
etc.

I would like to count from example 30 where it says on my screen, with GameTextForPlayer where it says, 30, 29, 28, 27, 26, etc.
Could anyone help me with that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)