• 🏆 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!

Track/Count Users

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240
  • Untitled Trigger 076
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) controller) Equal to User
              • ((Picked player) slot status) Equal to Is playing
            • Then - Actions
              • Set Players = (Players + 1)
              • Trigger - Add to Untitled Trigger 081 <gen> the event (Player - (Picked player) leaves the game)
            • Else - Actions
  • Untitled Trigger 081
    • Events
    • Conditions
    • Actions
      • Set Players = (Players - 1)
 
Level 12
Joined
Apr 4, 2010
Messages
862
  • Untitled Trigger 076
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) controller) Equal to User
              • ((Picked player) slot status) Equal to Is playing
            • Then - Actions
              • Set Players = (Players + 1)
              • Trigger - Add to Untitled Trigger 081 <gen> the event (Player - (Picked player) leaves the game)
            • Else - Actions
  • Untitled Trigger 081
    • Events
    • Conditions
    • Actions
      • Set Players = (Players - 1)

Leaks not cleared...
 
Status
Not open for further replies.
Top