HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Some Leaderboard Questions

12-11-2002, 01:13 PM#1
Guest
i've made a leaderboard in my map and i made a trigger to turn the scoreboard on and off when a player types showscore or hidescore but.. when someone types hidescore or showscore it turns on/off EVERYONE's scoreboard, so i wanna know how to make the triggers so that it only turns off the triggering player's scoreboard..?? thx alot for ur help
12-11-2002, 01:18 PM#2
DaKaN
Leader boards are either displayed to all players or to no one. Cant display it for only 1 player
12-11-2002, 02:52 PM#3
Aiursrage2k
You can create a leader board array. Give every player there own leaderboard, then when enabling/disabling, do it for the leaderboard arrayIndex of the player.

To initalize it,
Leaderboard create for player1 titled Test
Set myLeaderboard[1] to lastcreated leaderboard
Leaderboard create for player2 titled Test
Set myLeaderboard[2] to lastcreated leaderboard
etc...
12-12-2002, 11:20 AM#4
Guest
hmmm... i dont really get it... can u play explain it more for a newbie?? hehe
12-12-2002, 11:36 AM#5
Guest
oh dont worry... ig to it working!! thx man. =)