Torn Crimes Scamming Timers

Show how much cooldown & expiration is left for targets

Автор
SOLiNARY
Инсталации дневно
1
Инсталации общо
196
Рейтинг
0 0 0
Версия
0.3.1
Създаден
05.09.2024
Обновен
02.12.2024
Размер
9 КБ
Лиценз
MIT
Работи на

Show how much cooldown & expiration is left for targets

By default it shows both expiration & cooldown (if any). You can show/hide expiration & cooldown labels separately by editing the code:

const showExpiration = true;

const showCooldown = true;

You can also increase the detalisation of timestamp (it will show days, hours, minutes, seconds)

const timeElementsToShow = 1; // Options: 1,2,3,4

Works for both PDA/PC!