21.05.2009, 14:43 
	
	
	Quote:
| 
 
					Originally Posted by .::: Ecko :::.  
amm it's possible btw. amm u want to be shown in gamemodetext? 
Ecko  | 
I would do it like this.
pawn Код:
if(minutes < 10) //9 and down
{
format(whatever, sizeof whatever, "0%d", minutes);
}
Leopard

