[Duvida]getdate
#9

Quote:
Originally Posted by Luнs Miki
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
    if( getdate() >= 1272690000 )
             SendRconCommand( "exit" );
    return 1;
}
Bem melhor esse.
getdate retorna o numero de dias desde o inicio do ano.

A funзгo correta seria gettime.

PHP код:
public OnGameModeInit()
{
    if( 
getdate() >= 1272690000 )
             
SendRconCommand"exit" );
    return 
1;

Quando usada sem parametros, a funзгo gettime retorna um numero de acordo com o Unix Time Stamp.
Reply


Messages In This Thread
[Duvida]getdate - by Sergio_MOW - 26.08.2011, 00:39
Re: [Duvida]getdate - by Shadoww5 - 26.08.2011, 00:47
Re: [Duvida]getdate - by Sergio_MOW - 26.08.2011, 00:49
Re: [Duvida]getdate - by JonathanFeitosa - 26.08.2011, 00:50
Re: [Duvida]getdate - by Kmatsu - 26.08.2011, 00:51
Re: [Duvida]getdate - by Sergio_MOW - 26.08.2011, 00:53
Re: [Duvida]getdate - by steki. - 26.08.2011, 01:12
Re: [Duvida]getdate - by Macintosh - 26.08.2011, 01:24
Re: [Duvida]getdate - by Shadoww5 - 26.08.2011, 08:55
Re: [Duvida]getdate - by steki. - 26.08.2011, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)