• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] Leaderboard

Status
Not open for further replies.
Level 13
Joined
Jul 16, 2012
Messages
679
I want to create a Leaderboard for only one player

Sometimes.. Leaderboad only use for kills list
but for me i want to create a advanced leaderboard

For All Players
  • Actions
    • Leaderboard - Create a leaderboard for (All players) titled For All Players
    • Set LeaderBoard = (Last created leaderboard)
=========================================

I have to example for Creating Leaderboard only show in one Player

Choose A
  • Actions
    • Leaderboard - Create a leaderboard for (All players) titled Single
    • For each (Integer A) from 1 to 12, do (Actions)
      • Loop - Actions
        • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • ((Player((Integer A))) slot status) Equal to Is playing
          • Then - Actions
            • Set LeaderBoard = (Leaderboard of (Player((Integer A))))
          • Else - Actions
Choose B
  • For each (Integer A) from 1 to 12, do (Actions)
    • Loop - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Player((Integer A))) slot status) Equal to Is playing
        • Then - Actions
          • Leaderboard - Create a leaderboard for (Player group((Player((Integer A))))) titled Single
          • Set LeaderBoard = (Leaderboard of (Player((Integer A))))
        • Else - Actions
Please choose A or B or NO ONE IS WORK!

Thank You!
 
Status
Not open for further replies.
Top