Edit: i would do something like that:
PHP Code:
client_print( id , print_chat, "Minutes passed from map start: %i" , floatround ( get_gametime( ) / 60.0 ) );
But is not weel because the zecimals wont be calculated until .60 , more than 100.
So a minute will mean 100 seconds based on my tests.
You can trick people like that or you can make your own Count with a variable.
Btw , another trick to calculate the TIMELEFT - Current time passed.
__________________