- This is a rework of the really old ff2 damage tracker plugin made originally by MasterOfTheXP.
- Download this repository (right top green button), and copy
damagetracker.smx
on your plugins folder.
- cvar:
sm_dmgtrck_color_r
: change the R (of the RGBA) Color of the tracker ( 0 to 255 ). - cvar:
sm_dmgtrck_color_g
: change the G (of the RGBA) Color of the tracker ( 0 to 255 ). - cvar:
sm_dmgtrck_color_b
: change the B (of the RGBA) Color of the tracker ( 0 to 255 ). - cvar:
sm_dmgtrck_color_a
: change the A (of the RGBA) Opacity (transparency) of the tracker ( 0 to 255 ). - cvar:
sm_dmgtrck_def_enabled
: Enable ff2 damage tracker by default ( 0 to 1, being 0 disabled, and 1 enabled. ).
You can use this page to select the colors.
- Tracker no longer disappears after a few minutes.
- none.