mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 19:33:20 +00:00
Fix playsound error
This commit is contained in:
parent
20d47e0dad
commit
a941649f9a
2 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public Action Command_PlaySound(int client, int args) {
|
|||
ReplyToCommand(client, "Playing '%s' to %N %s", arg2, target, arg3);
|
||||
}
|
||||
}
|
||||
ShowActivity2(client, target_name, "\"%L\" playing sound \"%s\" to \"%L\"", client, arg2, target_name);
|
||||
ShowActivity2(client, target_name, "\"%L\" playing sound \"%s\" to \"%s\"", client, arg2, target_name);
|
||||
}
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue