HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question about my map

10-01-2002, 11:46 PM#1
Guest
OK, I'm almost done building the beta map for my Cops and Robbers map, but one think left.(I think, hope :))

Can anyone tell me how to setup a leaderboard for kills such as if a player reachers certain kills then that player wins?A turtoil for leadboard if possible?Not only setting up the leaderboard but include updates plz too I have been trying for ages but its too damn confusing for my apple..erm...brain.

Thnx!!
10-02-2002, 12:02 AM#2
Guest
There is a tutorial on this site.
10-02-2002, 12:05 AM#3
Guest
...Can you give me a link!?
10-02-2002, 12:25 AM#4
Guest
Trigger One (create):

Event:
Melee Start

Actions:
Create leaderboard titled Kills
Add player 1 to last created leaderboard with value=0
Add player 2 to last created leaderboard with value=0
Add player 3 to last created leaderboard with value=0
Add player 4 to last created leaderboard with value=0
Add player 5 to last created leaderboard with value=0
Add player 6 to last created leaderboard with value=0

Trigger Two (update):

Event:
Unit owned by player 1 dies
Unit owned by player 2 dies
Unit owned by player 3 dies
Unit owned by player 4 dies
Unit owned by player 5 dies
Unit owned by player 6 dies
Unit owned by player 7 dies
Unit owned by player 8 dies
Unit owned by player 9 dies
Unit owned by player 10 dies
Unit owned by player 11 dies
Unit owned by player 12 dies

Action:
Change value of "owner of killing unit" to "value for owner of killing unit"+1

Tada! That should be correct. Also a tutorial in the tutorial section on this site.
10-02-2002, 01:03 AM#5
Guest
Thnx ill try that out but Im tierd right now :) cya