| 03-24-2004, 09:32 PM | #1 |
Ok, i have no idea how to make multi leaderboard and hwo to add players to it i always use simple leader board but this time i need it, Any help is apriciated And if you could post teh trigger of a small version of it Thank You. :D |
| 03-25-2004, 04:06 AM | #2 |
Heres a pretty basic guide. Need anything else? Code:
Multiboard-Create a multiboard with X rows and X columns titled (Whatever) Code:
Create a multiboard with 2 columns and 4 rows Set display style for row 0 and column 0 to hide icons, show text Set the text for last created multiboard in column 1 row 1 to Team1Kills Set the text for last created multiboard in column 1 row 1 to Team2Kills Set the text for last created multiboard in column 1 row 1 to Team3Kills Set the text for last created multiboard in column 1 row 1 to Team4Kills Set the text for last created multiboard in column 2 row 1 to (Convert Integer to String(TeamKills[1])) Set the text for last created multiboard in column 2 row 2 to (Convert Integer to String(TeamKills[2])) Set the text for last created multiboard in column 2 row 3 to (Convert Integer to String(TeamKills[3])) Set the text for last created multiboard in column 2 row 4 to (Convert Integer to String(TeamKills[4])) Show Last created multbioard Code:
For each integer from 1 to 12 --Set the text for last created multiboard in column 1 row (Integer A) to (Convert real to string(Player name of Player(Integer A)). --Set the text for last created multiboard in column 2 row (Integer A) to (Convert integer to string(PlayerKills(Integer A)). |
| 03-25-2004, 07:55 PM | #3 |
Thank You :D Thats all "I see it clearly now that the rain has gone" |
