Change gamemode time
#3

Im a bit dum so can u tell me if i understood this correct?

This is the code:

Код:
forward message();
 
public OnGameModeInit( )
{
	print("Starting timer...");
	SetTimer("message",1000,false);
}
 
public message()
{
	print("1 second has passed.");
}
Код:
SetTimer("message",1000,false);
So that makes it call that public message(), and that 1000 means 1sec?

So for changing gamemode i would need to put there something like this?: (but where should i put this?)

Код:
gamemode = 1;
Reply


Messages In This Thread
Change gamemode time - by mige - 05.08.2009, 17:16
Re: Change gamemode time - by Correlli - 05.08.2009, 18:03
Re: Change gamemode time - by mige - 05.08.2009, 18:09
Re: Change gamemode time - by Correlli - 05.08.2009, 18:16
Re: Change gamemode time - by mige - 05.08.2009, 18:52
Re: Change gamemode time - by Correlli - 05.08.2009, 23:45

Forum Jump:


Users browsing this thread: 1 Guest(s)