Igot a little prob...

Z

zoozoo

o.k i want to make a "LeaderBoard" of 8 player but that it will remove the player if the player is not playing....
this is what i did and its not working:

Events:
Time - Elapsed game time is 0.00 seconds

Conditions
(Player 1 (Red) slot status) Equal to Is unused
palyer 2
player 3
.
.

Actions
Leaderboard - Remove Player 1 (Red) from (Last created leaderboard)
.
.
.

and its not working for me.....!!
and (i dont know if it got something to do with it but
i made a trigger to create the board so i did this:

Events
Time - Elapsed game time is 0.00 seconds

Conditions

Actions
Leaderboard - Create a leaderboard for (All players) titled -= Killing Status =...
Multiboard - Show all multiboards
Leaderboard - Add Player 1 (Red) to (Last created leaderboard) with label (Name of Player 1 (Red)) and value 0
Leaderboard - Add Player 2 (Blue) to (Last created leaderboard) with label (Name of Player 2 (Blue)) and value 0
Leaderboard - Add Player 3 (Teal) to (Last created leaderboard) with label (Name of Player 3 (Teal)) and value 0
Leaderboard - Add Player 4 (Purple) to (Last created leaderboard) with label (Name of Player 4 (Purple)) and value 0
Leaderboard - Add Player 5 (Yellow) to (Last created leaderboard) with label (Name of Player 5 (Yellow)) and value 0
Leaderboard - Add Player 6 (Orange) to (Last created leaderboard) with label (Name of Player 6 (Orange)) and value 0
Leaderboard - Add Player 7 (Green) to (Last created leaderboard) with label (Name of Player 7 (Green)) and value 0
Leaderboard - Add Player 8 (Pink) to (Last created leaderboard) with label (Name of Player 8 (Pink)) and value 0

HELP ME !!
:scary :scary :scary :scary
 
Z

zoozoo

yea tnx bro
but i got anothing thing...i wanted that the board will remove the player name also if the player slot is unused....how i do that??
you can check out my first post in this topic to see what i was trying to do....but it didnt work....dont know why....
 

Dethstalker

Member!
Joined
Apr 11, 2004
Messages
109
Reaction score
0
Location
Clearwater, Florida
Website
www.game-grounds.com
i used this on my map and it worked fine

Create Leaderboard
Events
Map initialization
Conditions
Actions
Wait 1.00 seconds
Leaderboard - Create a leaderboard for (All allies of Player 1 (Red)) titled -=Killing Status=-
Player Group - Pick every player in (All players) and do (Leaderboard - Add (Picked player) to (Last created leaderboard) with label (Name of (Picked player)) and value 0)
Leaderboard - Remove Player 11 (Dark Green) from (Last created leaderboard)
Leaderboard - Remove Player 12 (Brown) from (Last created leaderboard)
Leaderboard - Sort (Last created leaderboard) by Value in Descending order
Leaderboard - Show (Last created leaderboard)



then to remove them from it when they leave make a trigger

Remove Player
Events
Player - Player 1 (Red) leaves the game
Player - Player 2 (Blue) leaves the game
Player - Player 3 (Teal) leaves the game
Player - Player 4 (Purple) leaves the game
Player - Player 5 (Yellow) leaves the game
Player - Player 6 (Orange) leaves the game
Player - Player 7 (Green) leaves the game
Player - Player 8 (Pink) leaves the game
Conditions
Actions
Leaderboard - Remove (Triggering player) from (Last created leaderboard)
 

New threads

Top