HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

LB Question...

11-05-2003, 02:13 AM#1
x(Lunchbox)x
In Elite Snipers maps, the leaderboard is like:
Name X:Z

X being Kills, Z being deaths

How do I do that????
11-05-2003, 02:25 AM#2
SourGummiWorm
like you said keep each in a variable... so kills for player 1 is in x1, deaths in z1... then the leaderboard shows a string

concatent strings

(convert intger to string(x1))+:+(convert integer to string(z1))

that should do it for you... I think...
11-06-2003, 06:59 PM#3
Azraelf
The leaderborad hides the "Value" and each labels show like this:

Player- pick all players in group (all players) and do Leaderboard - Change label value for Picked Player to (Player name(Picked player) + Kills + ":" + death)

They limit the lenght of the player name as well. But since Im not in front of WE I can't figure exactly how :bgrun: