mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 22:03:20 +00:00
Minor tweaks
This commit is contained in:
parent
9b49ec33f3
commit
bbdeae14ef
4 changed files with 122 additions and 2 deletions
|
@ -123,7 +123,7 @@ public Action Command_InstaSpecialFace(int client, int args) {
|
|||
}
|
||||
}
|
||||
if(successes > 0)
|
||||
CShowActivityEx(client, "[FTT] ", "spawned {green}Insta-%s™{default} on {green}%s", arg2, target_name);
|
||||
CShowActivityEx(client, "[FTT] ", "spawned {olive}Insta-%s™{default} on {olive}%s", arg2, target_name);
|
||||
}
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue