[PEDIDO] Comando SetarHora
#5

Sera que й aqui que tenho que editar?
pawn Код:
public reloginho(){
    SyncTime();
    new
        string[256],
        ano,
        mes,
        dia,
        horas,
        minutos,
        segundos;
    getdate(ano, mes, dia);gettime(horas, minutos, segundos);
    format(string, sizeof string, "~b~~h~~h~~h~%d/%s%d/2012", dia, ((mes < 10) ? ("0") : ("")), mes);TextDrawSetString(Reloginho1, string);
    format(string, sizeof string, "~b~~h~~h~~h~%s%d:%s%d:%s%d", (horas < 10) ? ("0") : (""), horas, (minutos < 10) ? ("0") : (""), minutos, (segundos < 10) ? ("0") : (""), segundos);TextDrawSetString(Reloginho2, string);
    TextDrawShowForAll(Reloginho1);TextDrawShowForAll(Reloginho2);}
Reply


Messages In This Thread
[PEDIDO] Comando SetarHora - by Micael.Nees - 04.05.2012, 17:56
Re: [PEDIDO] Comando SetarHora - by ViniBorn - 04.05.2012, 18:21
Re: [PEDIDO] Comando SetarHora - by Micael.Nees - 04.05.2012, 19:19
Re: [PEDIDO] Comando SetarHora - by dPlaYer_ - 04.05.2012, 19:20
Re: [PEDIDO] Comando SetarHora - by Micael.Nees - 04.05.2012, 19:27
Re: [PEDIDO] Comando SetarHora - by ViniBorn - 04.05.2012, 19:30
Re: [PEDIDO] Comando SetarHora - by Micael.Nees - 04.05.2012, 19:32
Re: [PEDIDO] Comando SetarHora - by ViniBorn - 04.05.2012, 19:36
Re: [PEDIDO] Comando SetarHora - by Micael.Nees - 04.05.2012, 19:44
Re: [PEDIDO] Comando SetarHora - by paulor - 04.05.2012, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)