Page 1 of 1
Icons in notifications or tables
Posted: 12 February 2013, 05:28
by BrianHanechak
I've noticed that Jaipur shows icons in notifications -- is there an easy way to do this?
How about in score tables?
- Brian
Re: Icons in notifications or tables
Posted: 12 February 2013, 12:51
by sourisdudesert
Hello,
You can specify HTML in your notification text log.
Here's a way to do this:
notifyAllPlayers( 'mynotification', clienttranslate('This is a nice icon: ${icon}'), array(
'icon' => "<div class='my_nice_icon'></div>"
);
All the best