Fixed the bug in sounds.sp. (Bug 3568 r=dvander)

This commit is contained in:
Liam 2009-01-15 10:37:54 -05:00
parent 100ecb12e9
commit 6e9ac875d7

View File

@ -54,6 +54,7 @@ public Action:Command_Play(client, args)
if (args < 2)
{
ReplyToCommand(client, "[SM] Usage: sm_play <#userid|name> <filename>");
return Plugin_Handled;
}
new String:Arguments[PLATFORM_MAX_PATH + 65];