diff --git a/plugins/sounds.sp b/plugins/sounds.sp index b71b0235c..6414182c9 100644 --- a/plugins/sounds.sp +++ b/plugins/sounds.sp @@ -54,6 +54,7 @@ public Action:Command_Play(client, args) if (args < 2) { ReplyToCommand(client, "[SM] Usage: sm_play <#userid|name> "); + return Plugin_Handled; } new String:Arguments[PLATFORM_MAX_PATH + 65];