[AJUDA]Gettime
#3

pawn Код:
CMD:horas ( playerid )
{
    new Time [ 3 ] , string [ 128 ] ;
    gettime ( Time [ 0 ] , Time [ 1 ] , Time [ 2 ] ) ;
    format ( string , sizeof ( string ) , "Agora sгo %d Horas %d Minutos e %d Segundos!" , Time [ 0 ] , Time [ 1 ] , Time [ 2 ] ) ;
    SendClientMessage ( playerid , 0xFF0000FF , string ) ;
    return 1 ;
}
Reply


Messages In This Thread
[AJUDA]Gettime - by [BND]Rodrigues - 04.05.2012, 06:55
Respuesta: [AJUDA]Gettime - by Schocc - 04.05.2012, 07:05
Re: [AJUDA]Gettime - by RoacH` - 04.05.2012, 10:03
Re: [AJUDA]Gettime - by paulor - 04.05.2012, 14:36
Re: [AJUDA]Gettime - by RoacH` - 04.05.2012, 14:41
Re: [AJUDA]Gettime - by CidadeNovaRP - 04.05.2012, 14:51
Re: [AJUDA]Gettime - by paulor - 04.05.2012, 14:59
Re: [AJUDA]Gettime - by RoacH` - 04.05.2012, 15:14
Re: [AJUDA]Gettime - by [BND]Rodrigues - 04.05.2012, 15:25
Re: [AJUDA]Gettime - by paulor - 04.05.2012, 16:05

Forum Jump:


Users browsing this thread: 3 Guest(s)