seedo81 10 Posted September 22, 2009 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
mattxr 9 Posted September 22, 2009 In a script or trigger activation: Skiptime 1.15; :) Share this post Link to post Share on other sites
Rommel 2 Posted September 23, 2009 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
Inkompetent 0 Posted September 23, 2009 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
seedo81 10 Posted September 23, 2009 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