HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

leaderboards multiboards question?

09-01-2003, 08:39 PM#1
ReaperOfHeaven
on a leaderboard, how do you put images in the leaderboard?
i think you have to edit the jass version.


function Trig_Melee_Initialization_Actions takes nothing returns nothing
call CreateLeaderboardBJ( GetPlayersAll(), "TRIGSTR_005" )
call LeaderboardAddItemBJ( Player(0), GetLastCreatedLeaderboard(), "TRIGSTR_006", 5 )
endfunction

// ==================================================
=========================
function InitTrig_Melee_Initialization takes nothing returns nothing
set gg_trg_Melee_Initialization = CreateTrigger( )
call TriggerAddAction( gg_trg_Melee_Initialization, function Trig_Melee_Initialization_Actions )
endfunction



whats trigster_005 ? i noe thats where your leaderboard characted title is but how to you edit it to make a picture or something?


another question? could you put more then one leaderboard on at once?
09-13-2004, 11:50 PM#2
duckduck
you dont need jass
you can dl it here
09-15-2004, 04:00 AM#3
Rafael Br
You can't add images to a leaderboard, only to a multiboard, using Multibord - Set item icon.You can't have 2 or more leaderboards showing at the same time, for the same player, but you can show a muliboard and a leaderboard.
EDIT:You can only show that icon, it is default, the "TRIGSTR" is what is show on the players name.
09-15-2004, 04:25 AM#4
BlinkBoy
Quote:
Originally Posted by Rafael Br
You can't add images to a leaderboard, only to a multiboard, using Multibord - Set item icon.You can't have 2 or more leaderboards showing at the same time, for the same player, but you can show a muliboard and a leaderboard.
EDIT:You can only show that icon, it is default, the "TRIGSTR" is what is show on the players name.

ya he is right, i think WE Unlimited have the option to add multibourds without jassing, so it don't be so difficult