Torn Crimes Scamming Timers

Show how much cooldown & expiration is left for targets

作者
SOLiNARY
日安装量
0
总安装量
163
评分
0 0 0
版本
0.3.1
创建于
2024-09-05
更新于
2024-12-02
大小
8.8 KB
许可证
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!