• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Diferent multiboard for each player

Status
Not open for further replies.
Level 7
Joined
Jun 14, 2009
Messages
235
  • Actions
    • Multiboard - Hide (Last created multiboard)
    • Custom script: if ( GetLocalPlayer() == Player(0) ) then
    • Multiboard - Show (Last created multiboard)
    • Custom script: endif
The number is the number of the player you want to show it for, however remember to make it one less than in gui

Eg. you want to let player 3 see it, so you set it to Player(2) )

works for me, i don't know if theres a better way :/
 
Status
Not open for further replies.
Top