[Ajuda] Horas do servidor
#9

Tenta ae

PHP код:
if (minu <= 9){
    new 
stringr[32];
    
format(stringr,sizeof(stringr),"~w~%02d:%02d",horas,minu);
    
TextDrawSetString(gText2[i], stringr);
}
else
{
    new 
stringr2[82];
    new 
hour,minute;
    
gettime(hour,minute);
    
format(stringr2sizeof(stringr2), "~n~    ~w~%02d~w~:~w~%02d",hour,minute);
    
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: 1 Guest(s)