ExtraCommands: default value for restartround

This commit is contained in:
dogan 2020-06-20 08:25:27 +02:00
parent 4c5c2e1dfb
commit d6dabc00b3

View File

@ -1129,7 +1129,9 @@ public Action Command_RestartRound(int client, int argc)
{
if(argc < 1)
{
ReplyToCommand(client, "[SM] Usage: sm_restartround <delay>");
CS_TerminateRound(3.0, CSRoundEnd_Draw, true);
ShowActivity2(client, "\x01[SM] \x04", "\x01Restarted the round (3.0 seconds)");
LogAction(client, -1, "\"%L\" restarted the round (3.0 seconds)", client);
return Plugin_Handled;
}