mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Added click to open to tooltip
This commit is contained in:
@@ -12,4 +12,5 @@ jail-player=Jail player
|
||||
temp-ban-player=Temp ban player
|
||||
kick-player=Kick player
|
||||
ban-player=Ban player
|
||||
afk-time=__1__% of total map time\nLast moved __2__ ago
|
||||
afk-time=__1__% of total map time\nLast moved __2__ ago
|
||||
open-map=__1__ __2__\n__3__\nClick to open map
|
||||
@@ -226,7 +226,7 @@ local function add_player(list_table,player,role_name)
|
||||
name=zoom_to_map_name,
|
||||
type='label',
|
||||
caption=player.name,
|
||||
tooltip=player.name..' '..player.tag..'\n'..role_name
|
||||
tooltip={'player-list.open-map',player.name,player.tag,role_name}
|
||||
}
|
||||
Gui.set_padding(player_name,0,0,0,2)
|
||||
player_name.style.font_color = player.chat_color
|
||||
|
||||
Reference in New Issue
Block a user