SwekAap 1 Posted April 3 After being AFK in my development server i've noticed that the time does not change at all, it's always at Saturday 10 AM. How do i make it like GTA Online? (every 2 IRL seconds is 1 minute in-game i think) and how would i send this to the client and update it every 2 seconds? Thanks. Share this post Link to post Share on other sites
Flashrex 13 Posted April 3 You can change the time using SetTime() in C#. Create a Timer and after every intervall you set the time 1 minute later for example. If you are using SetTime its automatically synced with all players. Share this post Link to post Share on other sites
SwekAap 1 Posted April 5 On 4/3/2019 at 8:02 PM, Flashrex said: You can change the time using SetTime() in C#. Create a Timer and after every intervall you set the time 1 minute later for example. If you are using SetTime its automatically synced with all players. Yup! Figured it out thanks 1 Share this post Link to post Share on other sites