ExtraCommands: default value for restartround
This commit is contained in:
parent
09470b6244
commit
ac490118e8
@ -1129,7 +1129,9 @@ public Action Command_RestartRound(int client, int argc)
|
|||||||
{
|
{
|
||||||
if(argc < 1)
|
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;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user