Diferent multiboard for each player

Status
Not open for further replies.
  • 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.
Back
Top