Jump to content
Korean Random

acidcj

User
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Noob
  1. D'oh! That was the issue. Thank you very much!
  2. Hi, I'm trying to display user's XWN score above their tanks. Like: I have the following in my xvm.xc "textFields": [ { "alpha": 100, "color": null, "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 }, "format": "{{vehicle}}{{turret}}", "name": "Vehicle Name", "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 }, "visible": true, "x": 0, "y": -36 }, { "alpha": 100, "color": "0xFCFCFC", "font": { "align": "center", "bold": true, "italic": false, "name": "$FieldFont", "size": 11 }, "format": "{{hp}} / {{hp-max}}", "name": "Current Health", "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 4, "strength": 150 }, "visible": true, "x": 0, "y": -20 }, { "alpha": 100, "color": "{{c:xwn}}", "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 }, "format": "{{xwn}} - {{wn}}", "name": "XWN", "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 }, "visible": true, "x": 0, "y": -46 } ], However, in-game this is all I see: How do I correct this?
×
×
  • Create New...