[Ajuda]Mudar tempo automatico
#4

PHP код:
forward Tempo();

public 
OnGameModeInit()
{
    
SetTimer("Tempo",120000,0);
    return 
1;
}
public 
Tempo()
{
    new 
tempo random(24);
    
SetWorldTime(tempo);
    return 
1;

Atualizado.
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)