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

[Trigger] Leaving Player Multiboard

Status
Not open for further replies.
Level 9
Joined
Jan 23, 2008
Messages
384
Hi !
On my map i have a multiboard that shows the names of the players currently playing displaying kills and deaths ...
My problem is that whenever a player leaves, the allies of that player loose the current multiboard and they receive a multiboard displaying the resources of the player who left ... does anyone know how to solve this ... ?
Any help would be apreciated ... TY !
~MA
 

ZIR

ZIR

Level 10
Joined
Jan 12, 2010
Messages
321
Save the multiboard in a multiboard variable.
Use the a player leaves game event.
And then you just have to use:
Multiboard - Hide all multiboards
Multiboard - Show (Your multiboard variable)
 
Status
Not open for further replies.
Top