RaD- said:
i dont understand how to make a leaderboard for my hunter and farmer map... no clue how to even start =/ plz help
10 peoples viewed your thread but no one helpin,, ok here the triggers for leaderboard,, this triggers you dont need variable its very simple and work perpectly if ya edit same as this,,,cause i know ya dont understand about variables so just use this trigger.
create a new trigger and name it Leader Board and put this in
Events
Time - Elapsed game time is 0.00 seconds
Conditions (leave condition alone and go to action)
Actions
Leaderboard - Create a leaderboard for (All players) titled (u can name the title to watever you want)
Wait 1.00 seconds
For each (Integer B) from 1 to 12, do (Leaderboard - Add (Player((Integer B))) to (Last created leaderboard) with label (Name of (Player((Integer B)))) and value ((Player((Integer B))) Units Killed))
Leaderboard - Show (Last created leaderboard)
ok ya done the 1st part, let me explain this part.. below the wait 1.00 seconds,, for each (integer B) from 1 to 12 <<< i dont how many players are in your map but if there 10 so change it to from 1 to 10 if there 8 then change it to from 1 to 8..
ok the second part is update the leader board get peoples kills and get their score.. make a new trigger name it to Update Leader Board and put this in
Event
Time - Every 2.00 seconds of game time
Conditions (leave condition alone also)
Actions
For each (Integer B) from 1 to 12, do (Leaderboard - Change the value for (Player((Integer B))) in (Last created leaderboard) to ((Player((Integer B))) Units Killed))
ok your done, same as the first part.. for each (integer B) from 1 to 12,,, change it same as the 1st part,,, see very simple without variebles ..
well forget about the past bro,,watever i say watever you say. just forget it,, and help each other,, we can be friends you know
up to you.