[Ajuda] Horas do servidor
#1

Eu queria saber como eu adiciono o "0" no relуgio do meu servidor e na hora da vida real, por exemplo o meu relуgio ele, fica assim 1:2 e eu quero que aparece os "0", para fica assim 01:02.


Aqui o meu relуgio no server:
PHP код:
new stringr[256];
if (
minu <= 9){format(stringr,25,"~w~%d:%d",horas,minu);}
else {
format(stringr,25,"~w~%d:%d",horas,minu);}
/*new month,day;
getdate(month, day);
gettime(hour,minute);
format(stringr, sizeof(stringr), "~n~Dia:%d Mes:%d~n~Horas:%d:%d",day,month,hour,minute);*/
//TextDrawSetString(Relogio,stringr);
TextDrawSetString(gText2[i], stringr);
}
{
new 
stringr2[256];
new 
hour,minute;
gettime(hour,minute);
format(stringr2sizeof(stringr2), "~n~    ~w~%d~w~:~w~%d",hour,minute);
//TextDrawSetString(Relogio,stringr2);
TextDrawSetString(datinha[i], stringr2);

Reply


Messages In This Thread
Horas do servidor - by ZaturN - 11.12.2013, 15:57
Re: Horas do servidor - by GReeN_WOoD - 11.12.2013, 16:01
Re: Horas do servidor - by ZaturN - 11.12.2013, 16:06
Re: Horas do servidor - by MINDSnnf - 11.12.2013, 18:44
Re: Horas do servidor - by ZaturN - 11.12.2013, 18:48
Re: Horas do servidor - by MINDSnnf - 11.12.2013, 18:53
Re: Horas do servidor - by iDreak - 11.12.2013, 19:02
Re: Horas do servidor - by ZaturN - 11.12.2013, 19:06
Re: Horas do servidor - by GReeN_WOoD - 11.12.2013, 19:20
Re: Horas do servidor - by ZaturN - 11.12.2013, 19:29

Forum Jump:


Users browsing this thread: 2 Guest(s)