Jump to content
Korean Random
Sign in to follow this  
nmdelrio

XVM 6.1.6 {{ready}} stopped working in vehicle OTMs?

Recommended Posts

I have a ready/not ready indicator in my players panels and my vehicle over-tank markers. After updating to 6.1.6, {{ready}} erratically stopped working in the vehicle OTMs.

 

 

Here are my scripts:

 

In Players Panel

 

"extraFieldsLeft": [

 

// PLAYER READY / NOT READY
  { "x": 29, "y": 2, "align": "center",
  "shadow": ${ "def.s2" },
  "format": "<font color='#FF0000' fsize='18'><b>{{ready?|[}}</b></font>"},

 

 

In markersAliveNormal OTM

 

{
   "name": "Player Name",
   "visible": true,
   "x": 0,
   "y": -56,
   "alpha": "100",
   "color": "0xFFFFFF",
   "font": {
    "align": "center",
    "bold": false,
    "italic": false,
    "name": "Calibri",
    "size": 12
   },
   "shadow": ${ "def.s2" },
   "format": "<font color='#FF0000' face='xvm' size='18'><b>{{ready?|[}}</b></font> <i>{{nick}}</i> <img src='xvm://res/icons/flags/{{flag}}.png'>"

 

In the screenshot in the spoiler, my 'not ready' indicator is a red padlock icon. As you can see, most of the players in my team have loaded into the game, but the red 'not ready' icon still appears on their OTMs while the 'not ready' icon on the players panel have already disappeared.

 

24x2a20.jpg

 

 

What should be updated in my scripts?

 

Can someone please help? Thank you in advance.

 

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...