Jump to content
Sign in to follow this  
seedo81

speeding up time in MP

Recommended Posts

hello:

am sorry am a little new :p

can somebody help me how to speed up time in MP

lets say 1 hour = 15 Min

thank u

Share this post


Link to post
Share on other sites

I think seedo is looking to make time consistently skip.

This is a pain in the arse process. But possible none the less.

Skiptime <hours>, so 1.5 hours is 1h 30minutes.

Share this post


Link to post
Share on other sites

while {true} do  // double while loops for long missions
{
   while {true} do
   {
       skiptime (3/3600); // Skips three seconds every second, making time 4x usual speed.
       sleep 1;
   };
};

Run that on both the server and all clients.

Share this post


Link to post
Share on other sites
while {true} do  // double while loops for long missions
{
   while {true} do
   {
       skiptime (3/3600); // Skips three seconds every second, making time 4x usual speed.
       sleep 1;
   };
};

Run that on both the server and all clients.

thank you guys

but man where i put this code? :p

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×