Jump to content
Korean Random

user21

User
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Noob
  1. У меня есть проблема с карусели. Вдруг она перестала работать сейчас до вчерашнего дня код { "x": 140, "y": 26, "format": "<font face='$FieldFont' size='12' color='{{v.c_wn8effd}}'>{{v.tdb%d~| }}</font>", "align":"right", "shadow": { "distance": 0, "angle": 90, "color": "0x000000", "alpha": 0.7, "blur": 2, "strength":3 } }, Мой русский не лучший, я учил его в начальной школе спасибо за помощь
  2. Thanks man, it works. One more question, is there any list of codes that can be used for xvm? Will all HTML codes will work?
  3. Hello and thanks again for your answer and your time. I have done like you said here is my code "medium": { "enabled": true, "width": 46, "formatLeft": "<tab><font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}</font> <font alpha='#A0'>{{clan}}</font>", //{{name%-16.16s}} "formatRight": "<font alpha='#A0'>{{clan}}</font> <font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}</font><tab>", "fragsFormatLeft": "{{frags}}", "fragsFormatRight": "{{frags}}", "extraFieldsLeft": [ { "x": 0, "w": 30, "src": "xvm://res/icons/squad/{{squad}}{{squad-num}}.png", "alpha": "{{alive?100|30}}" } ], "extraFieldsRight": [ { "x": 0, "w": 30, "src": "xvm://res/icons/squad/{{squad-num}}.png", "alpha": "{{alive?100|30}}" }, ${"../Spotted/enemySpottedMarker.xc":"enemySpottedMarker"} ] }, And still i am having problem
  4. hello and thanks for answer, I know for that one, done with spotted icon But i am trying to make it look like large panel where at the end (at right panel) it has separate place for squad icons
  5. I am having trouble to set up squad icons on medium panels here is the code "formatRight": "<font alpha='#A0'>{{clan}}</font> <font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}</font><img src='xvm://res/icons/squad/{{squad-num}}.png' width='30' height='24'>", And it mess up everything like in the picture What should i do? Thanks in advance
×
×
  • Create New...