diff --git a/plugins/basefuncommands.sp b/plugins/basefuncommands.sp index 196c9449..0b60c00d 100644 --- a/plugins/basefuncommands.sp +++ b/plugins/basefuncommands.sp @@ -48,7 +48,7 @@ public Action:Command_Play(client, args) { if(args < 2) { - ReplyToCommand(client, "[SM] Usage: sm_burn <#userid|name> [sound]"); + ReplyToCommand(client, "[SM] Usage: sm_play <#userid|name> [sound]"); } decl String:Arg[65];