Thread: [ANY] Cheats
View Single Post
Author Message
FaTony
Veteran Member
Join Date: Aug 2008
Old 09-02-2012 , 20:46   [ANY] Cheats
Reply With Quote #1

Cheats

This plugin started as a bugfix edit of Admin Cheats but turned into a complete rewrite. It forces the game to use Sourcemod command overrides instead of sv_cheats convar to determine who can access cheat commands. Now you can set exactly who can access which cheat commands. It also has customizable notification settings so you can observe how cheat command are being used.

ConVars:
  • ftz_cheats_version: The version of cheats plugin. Default: "1.1".
  • ftz_cheats_notify_mode: Notification mode of usage of cheat commands. This is a bit string. Possible values:
    1 - Notify invoking clients in chat about unsuccessful attempts.
    2 - Log unsuccessful attempts.
    4 - Notify clients with ftz_cheats_notify access in chat about unsuccessful attempts.
    8 - Notify invoking clients in chat about successful attempts.
    16 - Log successful attempts.
    32 - Notify clients with ftz_cheats_notify access in chat about successful attempts.
    Default: 6.

Overrides:
  • ftz_cheats: Gives access to all cheat commands.
  • ftz_cheats_notify: Clients with this override will receive notifications if it is set in ftz_cheats_notify_mode.
  • <Name of the cheat command>: You can set access to each cheat command separately. No limits.

Compile requirements:
Known issues:
  • None.

Changelog:
  • 1.1 (14.09.2012): Rewrote all the logic to use Sourcemod overrides.
Attached Files
File Type: zip ftz_cheats.zip (10.9 KB, 3683 views)
__________________

Last edited by FaTony; 09-13-2012 at 18:14.
FaTony is offline