Jump to content
  • 0

Infistar Debug moniter


AllenFromStacysmom

Question

8 answers to this question

Recommended Posts

  • 0

 

AHConfig.sqf

	/*
		"_sUptime": Server Uptime in seconds!
		Using this will show "Restart in: xh xxmin"
		If you don't want to use it - just do:
		_sUptime = 0;
	*/
	_sUptime = 0;

so i just set it to 1 to turn it on?

because i tried this, and it shows server restart in 00:00.

 

or i set it to :

_sUptime= 240

for four hours restart?

Link to comment
Share on other sites

  • 0

 

or i set it to :

_sUptime= 240

for four hours restart?

 

This one :)

 

240 doesn't work

I think its number in seconds

because in AH.sqf 

the hour is / by 60 /60

	if(serverTime > 36000)then{_stime = time;}else{_stime = serverTime;};
		_hours = (_stime/60/60);

i set it to 14400 which is 4 hours in seconds, and it worked ! 

thanks  :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...