26.07.2016, 15:21
Where do you have that code is that in a timer?
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
PHP код:
if(Capturing[playerid] == true)
{
// Show counter with textdraw
// counter--;
// update textdraw
// if(counter == 0) // do something
}
else
{
// hide textdraw
// counter = STARTVALUE
}
I am not sure how to help you, you already got most parts of the code