//global new Float:round_start_gametime // plugin init register_event("HLTV","event_newround","a","1=0","2=0") public event_newround() { round_start_gametime = get_gametime() return PLUGIN_CONTINUE } stock get_roundtime() { return get_gametime() - round_start_gametime }