CVars:
Saved to
private_trigger.cfg in your servers
\cfg\sourcemod\ folder.
PHP Code:
// Admins must have these flags to be shown the private triggered commands.
private_trigger_admin_flag "z"
// 0=Hide successful commands (Sourcemod default), 1=Hide all messages.
private_trigger_chat_block "1"
// 0=Disables, 1=Enables logging of each private trigger attempt.
private_trigger_log "1"
// Private Trigger Log plugin version.
private_trigger_version
Changes:
Code:
1.2 (10-May-2020)
- Various changes to tidy up code.
- Various optimizations and fixes.
1.1 (05-May-2018)
- Converted plugin source to the latest syntax utilizing methodmaps. Requires SourceMod 1.8 or newer.
- Replaced AddCommandListener with OnClientSayCommand.
1.0 (01-Apr-2018)
- Initial release.
Installation:- Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder.
Logs are saved in your servers \sourcemod\logs\ folder. SourceMods default actions log file.