Fixed the bug in sounds.sp. (Bug 3568 r=dvander)
This commit is contained in:
parent
100ecb12e9
commit
6e9ac875d7
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user