View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 09-14-2015 , 12:19   Re: [CSGO] Get actual Round Time
Reply With Quote #6

Quote:
Originally Posted by nhnkl159 View Post
@_@

Why To Not Use :
Code:
new Float:RoundTime;
And
Code:
RoundTime = GetEngineTime();
And
Code:
if ( GetEngineTime() - RoundTime > 300.0 )
{
//do something
}
because that would be more lines to accomplish the same thing? Plus this returns the exact time that it shows the other clients on their huds.
Mitchell is offline