[Ajuda]Mudar tempo automatico
#6

pawn Код:
forward Tempo();

public OnGameModeInit()
{
    SetTimer("Tempo",1000,true);//detecta a cada 1 segundo (necessario para detectar hora)
    return 1;
}
public Tempo()
{
    new h,m,s;
    gettimer(h,m,s);
    if(h >= 0 && h <= 23)//se й maior que 0 ou menor que 23 (horario normal)
    {
        SetWorldTime(h);//seta hora
    }
    return 1;
}
espero ter ajudado
Reply


Messages In This Thread
[Ajuda]Mudar tempo automatico - by Rodox_Mortein - 25.05.2011, 17:19
Re: [Ajuda]Mudar tempo automatico - by Shadoww5 - 25.05.2011, 17:26
Re: [Ajuda]Mudar tempo automatico - by Rodox_Mortein - 25.05.2011, 17:52
Re: [Ajuda]Mudar tempo automatico - by Shadoww5 - 25.05.2011, 18:21
Re: [Ajuda]Mudar tempo automatico - by Rodox_Mortein - 25.05.2011, 21:03
Re: [Ajuda]Mudar tempo automatico - by DartakousLien - 25.05.2011, 21:35
Re: [Ajuda]Mudar tempo automatico - by Rodox_Mortein - 25.05.2011, 22:38
Re: [Ajuda]Mudar tempo automatico - by The Knight - 25.05.2011, 23:09
Re: [Ajuda]Mudar tempo automatico - by DartakousLien - 25.05.2011, 23:27
Re: [Ajuda]Mudar tempo automatico - by Rodox_Mortein - 26.05.2011, 01:18

Forum Jump:


Users browsing this thread: 2 Guest(s)