[HELP]World time
#3

forward setWorldTime();
static stock
worldTime;
public setWorldTime(){
if(worldTime > 23)
worldTime = 0;
SetWorldTime(worldTime++,0);
return true;
}

public OnGameModeInit(){
SetTimer("setWorldTime",1,1000*60);
return true;
}
Reply


Messages In This Thread
[HELP]World time - by aleksandra - 27.05.2009, 04:36
Re: [HELP]World time - by v0nz - 27.05.2009, 04:48
Re: [HELP]World time - by yezizhu - 27.05.2009, 06:22

Forum Jump:


Users browsing this thread: 2 Guest(s)