Help With PayDay!
#6

Maby this can help to...

Код:
public SyncTime()
{
	new string[64];
	new tmphour;
	new tmpminute;
	new tmpsecond;
	gettime(tmphour, tmpminute, tmpsecond);
	FixHour(tmphour);
	tmphour = shifthour;
	if ((tmphour > ghour) || (tmphour == 0 && ghour == 23))
	{
		format(string, sizeof(string), "SERVER: The time is now %d:00 hours",tmphour);
		BroadCast(COLOR_WHITE,string);
		ghour = tmphour;
		PayDay();
		if (realtime)
		{
			SetWorldTime(tmphour);
		}
	}
}
Reply


Messages In This Thread
Help With PayDay! - by Kevin_Jorden - 19.06.2010, 08:58
Re: Help With PayDay! - by Mystique - 19.06.2010, 09:14
Re: Help With PayDay! - by Kevin_Jorden - 19.06.2010, 09:27
Re: Help With PayDay! - by Mystique - 19.06.2010, 11:16
Re: Help With PayDay! - by Kevin_Jorden - 19.06.2010, 11:35
Re: Help With PayDay! - by Kevin_Jorden - 19.06.2010, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)