Im having trouble figureing this out. Please help me out. I need to find the time left on a round.
Code:
public RoundStart(id) {
new roundtime = get_cvar_num("mp_roundtime")
new time_left = ???????????????
if(time_left == 60.0) {
set_task(1.0,"check_map")
}
}
Thanks in advance
__________________