SwekAap Posted April 3, 2019 Share Posted April 3, 2019 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. Link to comment Share on other sites More sharing options...
Flashrex Posted April 3, 2019 Share Posted April 3, 2019 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. Link to comment Share on other sites More sharing options...
SwekAap Posted April 5, 2019 Author Share Posted April 5, 2019 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now