[HELP]World time
#1

Heya guys...

On my server is time freezed... always is 12.00 anyone knows how can i change this so it wont be freezed?
Reply
#2

Its most likely the actually time script not an external problem... try getting a new one.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)