Jump to content

Recommended Posts

Posted

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.

Posted

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.

 

 

Posted
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 :)

  • Like 1

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...