DESCRIPTION
This function already have in the API:
API.NetworkClockTimeOverride(int ,int,int, int, bool);
Example use:
API.NetworkClockTimeOverride(int hour ,int minute,int second, int ms transition time, bool FreezeTime); API.NetworkClockTimeOverride(14,30,0, 10000, false); // This will set the time to 2:30 PM and the transition will occur in 10 seconds and the time will not freeze
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.