Re: WidgetsTemplets.xc/Widgets.xc
Published by Hawg on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › XVM: eXtended Visualization Mod › Everything XVM › XVM .xc files › WidgetsTemplets.xc/Widgets.xc › Re: WidgetsTemplets.xc/Widgets.xc
10.06.2018 at 10:56
#112206
Hawg
Member
Added this code to get players name to Show as you login
// My Name
{ // text block
“updateEvent”: ” ON_EVERY_SECOND”,
“x”: 0,
“y”:310,
“screenHAlign”: “center”,
“shadow”: {“enabled”: true, “alpha”: 90, “blur”: 3, “strength”: 3 },
“textFormat”: { “color”: “0xa8ffbb”, “size”: 15 },
“format”: “<font size=’85’ color=’#a8ffbb’> <font size=’85’>{{mystat.name}} </font>”
},
Note: This is someones Alt acct not mine