| 09-01-2003, 12:53 AM | #1 |
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? |
