Ok How to make lIke this timer?
#3

On Top
pawn Код:
new MapTime = 300;

In one sec timer
pawn Код:
new str[20];
format(str,sizeof(str),"%02d:%02d",((MapTime/60)%60),(MapTime%60));
TextDrawSetString(YourTD, str);
if(--MapTime == 0)
{
    MapTime = 300;
    // Next Map
}
Reply


Messages In This Thread
Ok How to make lIke this timer? - by Recardo - 22.05.2016, 18:37
Re: Ok How to make lIke this timer? - by Recardo - 22.05.2016, 18:50
Re: Ok How to make lIke this timer? - by Jefff - 22.05.2016, 19:03

Forum Jump:


Users browsing this thread: 1 Guest(s)