[Ajuda] Data й hora
#1

Bom tipo nгo quer mostra a data й a hora quando acabo de coloca senha aparece й some code abaixo

PHP код:
new Clock[200];
Textdraw[3] = TextDrawCreate(559.375000416.333312Clock);
    
TextDrawLetterSize(Textdraw[3], 0.1250001.028332);
    
TextDrawAlignment(Textdraw[3], 1);
    
TextDrawColor(Textdraw[3], -1);
    
TextDrawSetShadow(Textdraw[3], 0);
    
TextDrawSetOutline(Textdraw[3], 0);
    
TextDrawBackgroundColor(Textdraw[3], 255);
    
TextDrawFont(Textdraw[3], 2);
    
TextDrawSetProportional(Textdraw[3], 1);
    
TextDrawSetShadow(Textdraw[3], 0);
public 
Relogio(playerid)
{
    new 
string[2500];
    
format(stringsizeof string"~w~~h~Data: %d/%s%d/%d - %s%d:%s%d:%s%d"ClockTime[dDay], ((ClockTime[dMonth] < 10) ? ("0") : ("")), ClockTime[dMonth], RELOGIO_ANO, (ClockTime[tHour] < 10) ? ("0") : (""), ClockTime[tHour], (ClockTime[tMinute] < 10) ? ("0") : (""), ClockTime[tMinute], (ClockTime[tSecond] < 10) ? ("0") : (""), ClockTime[tSecond]);
    
TextDrawSetString(Textdraw[3], string);

Nгo aparece em in - game ajudem ae
Reply


Messages In This Thread
Data й hora - by BrGabrielBr - 16.04.2018, 23:04
Re: Data й hora - by arakuta - 16.04.2018, 23:21
Re: Data й hora - by PilateGR - 16.04.2018, 23:21
Re: Data й hora - by [BOPE]Seu._.Madruga - 16.04.2018, 23:25
Re: Data й hora - by BrGabrielBr - 16.04.2018, 23:31
Re: Data й hora - by [BOPE]Seu._.Madruga - 16.04.2018, 23:35
Re: Data й hora - by BrGabrielBr - 16.04.2018, 23:40
Re: Data й hora - by BrGabrielBr - 16.04.2018, 23:43
Re: Data й hora - by [BOPE]Seu._.Madruga - 16.04.2018, 23:51
Re: Data й hora - by BrGabrielBr - 17.04.2018, 00:13

Forum Jump:


Users browsing this thread: 1 Guest(s)