Different Multitables displayed to different players.

Status
Not open for further replies.
Hello ;)

My question is : Is there any possibility to display different specific multitables to different specific players ???
If not I'm so fucked :p. If you have any other suggestion on a way of displaying information for specific players, please feel free to tell me. I could try to work out something with leaderboards, but let's be honest: they suck... (+ they can only display integers.....)

Thanks a lot for reading the forums !
 
Last edited:
there any possibility to display different specific multitables to different specific players ???
No it is not possible as Warcraft III does not have anything called a "multitable" to display in the first place.

Did you mean "multiboard"? If so then yes it is possible. It is done by hiding a multiboard for all players and then using GetLocalPlayer to show it only for the specific players you want. Be aware that GUI mutliboard create actions force display the multiboard to all players and so you will need to first create all multiboards and then show them to their appropriate players. Each player can only ever see a single multiboard at a given time.

It is possible to locally change multiboard content. In some cases it may be better to show the same multiboard to all players but instead alter its content locally for each player.
 
Status
Not open for further replies.
Back
Top