Countdown for specific player while some condition is ture
#4

Where do you have that code is that in a timer?
PHP код:
if(Capturing[playerid] == true)
{
// Show counter with textdraw
// counter--;
// update textdraw
// if(counter == 0) // do something
}
else
{
// hide textdraw
// counter = STARTVALUE

If this isn't in a timer how does Capturing[playerid] gets updated ?

I am not sure how to help you, you already got most parts of the code
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)