Code:
register_event("TextMsg","Event_RoundRestart","a","2&#Game_w")
Code:
public Event_RoundRestart(id)
{
client_print(0,print_chat,"The round is restarting")
}
I believe that's what you're looking for, when someone does "sv_restartround <num>".
__________________