Re: xvm reload timers

Published by soulza on

#111919
soulza
Participant

just found the code it used to be in the damagelog.xc file of xvm , it would show reloads of someone who had hit you only in the damage log taken

// Таймер перезарядки (см. damageLog.xc).
    “timerReload”: {
      “enabled”: true,
      “updateEvent”: “PY(ON_TIMER_RELOAD)”,
      “x”: 240,
      “y”: 0,
      “width”: 300,
      “height”: 252,
      “screenVAlign”: “bottom”,
      “shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 5, “strength”: 3 },
      “textFormat”: { “color”: “0xF4EFE8”, “size”: 16 },
      “format”: “{{py:xvm.damageLog.timerReload}}”
    },