mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 13:03:21 +00:00
Add some minor checks
This commit is contained in:
parent
d5a4f2224f
commit
3f5959ec71
8 changed files with 138 additions and 59 deletions
|
@ -40,6 +40,7 @@ bool ToggleMarkPlayer(int client, int target) {
|
|||
Call_PushCell(target);
|
||||
Call_Finish();
|
||||
g_PendingBanTroll[target] = true;
|
||||
EnableTroll(target, "NoProfanity");
|
||||
ShowActivity(client, "marked %N as troll", target);
|
||||
return true;
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue