Phil25 / RTD

Roll The Dice SourceMod plugin for Team Fortress 2
GNU General Public License v3.0
55 stars 20 forks source link

Improvements to `sm_forcertd` command #76

Open Phil25 opened 10 months ago

Phil25 commented 10 months ago

Improved time specification

Currently, sm_forcertd is able to specify custom perk time (ex. sm_forcertd @me godmode 999). This system could be extended to specify more specific time, for example:

Settings provision

There could be an additional argument through which custom settings can be specified, for example:

Distinguishing the 3rd parameter

  1. If it's an integer, life, or forever -> treat as time,
  2. otherwise, begin parsing for settings format,
  3. on failure, fail the command entirely.