mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 13:23:21 +00:00
ftt: bug fixes
This commit is contained in:
parent
5cf5b91603
commit
8e1dc263ad
4 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@ bool ToggleMarkPlayer(int client, int target) {
|
|||
Call_PushCell(target);
|
||||
Call_Finish();
|
||||
g_PendingBanTroll[target] = true;
|
||||
EnableTroll(target, "NoProfanity");
|
||||
EnableTroll(target, "No Profanity");
|
||||
LogAction(client, target, "\"%L\" marked \"%L\" as troll", client, target);
|
||||
ShowActivityEx(client, "[FTT] ", "marked %N as troll", target);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue