ExtraCommands: default value for restartround
This commit is contained in:
parent
4c5c2e1dfb
commit
d6dabc00b3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user