Jump to content
Korean Random

Citronvand

User
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Noob

Contacts

  • Nick
    Citronvand
  1. How do you change the color of "missing info"? For instance, I use <font color='{{c:t-battles}}'>{{kb:3}}</font> so I can see the total amount of battles but the color is dependant on how many battles the player has played in the current vehicle and not the global amount of battles. I use the colors: // Dynamic color for number of vehicle battles "t_battles": [ { "value": 25, "color": "0x820000" }, { "value": 100, "color": "0x828282" }, { "value": 250, "color": "0xFFFFFF" }, { "value": 500, "color": "0x62FF2D" }, { "value": 1000, "color": "0x3C94FF" }, { "value": 1800, "color": "0xAE4DF0" }, { "value": 9999, "color": "0xE6CC80" } ] This works fine except when there is no info to get. I mean when the tank is so new that the XVM server has no info on it. When that happens the color will not be 820000 (dark red) but some kind of grey/biege color. I want to change that color to dark red but I cannot find where I change it.
×
×
  • Create New...