[Ajuda] Como Colocar Tempo Real No GM
#4

Код HTML:
TimersX[9] = SetTimer("TimeServe", 60000, 1);
public TimeServe()
{
    gettime(horas,minu,sec);
    if(horas >= 7 && horas < 17)
    {
    SetWorldTime(12);
    }
    if(horas >= 17 && horas < 18)
    {
    SetWorldTime(20);
    }
    if(horas >= 18 && horas < 7)
    {
    SetWorldTime(23);
    }
}
Reply


Messages In This Thread
Como Colocar Tempo Real No GM - by Lendario - 19.05.2013, 01:25
Re: Como Colocar Tempo Real No GM - by AlucardSnow - 19.05.2013, 01:28
Re: Como Colocar Tempo Real No GM - by Lendario - 19.05.2013, 01:32
Re: Como Colocar Tempo Real No GM - by Brunooh - 19.05.2013, 01:36
Re: Como Colocar Tempo Real No GM - by Lendario - 19.05.2013, 01:38
Re: Como Colocar Tempo Real No GM - by Brunooh - 19.05.2013, 01:46
Re: Como Colocar Tempo Real No GM - by Lendario - 19.05.2013, 01:51
Re: Como Colocar Tempo Real No GM - by Brunooh - 19.05.2013, 03:01
Re: Como Colocar Tempo Real No GM - by SkullFire - 19.05.2013, 03:30

Forum Jump:


Users browsing this thread: 3 Guest(s)