Multiboard

sheep

New Member
Reaction score
2
I whant to make a custom resources.. and show it by using a multibord.. I already know how to make a multibord.. so taht now the problem...
but how do i give eatch player there own multibord.. the multibord at displaying eatch player's resources.. and i dont whant it do display the same amound of resources to all players...
 
P

Persen

Guest
It's somewhat tricky, and can cause a lot of problems, but try:

Loop(12)
If(Player(IntegerA) == LocalPlayer)
Show multiboard

Not the proper code, but the proper idea.
 
P

Persen

Guest
Code:
For each (Integer A) from 1 to 12, do (Actions)
    Loop - Actions
        Custom script:   if(ConvertedPlayer(GetForLoopIndexA()) == GetLocalPlayer()) then
        Multiboard - Show udg_Multiboard[GetForLoopIndexA()]
        Custom script:   endif
It's a wierd bug that makes it work. But be careful!!!
 

Korolen

New User (Why do I keep getting those red bars?)
Reaction score
69
Persen said:
It's a wierd bug that makes it work. But be careful!!!
I'ts not a bug. Also, I beleave you can do (Local Player) it in the GUI. BTW, how that works, is that (Local Player), and a few other functions, return different things on different computers. If you are playing Player 1 (Red), that is what (Local Player) will return. So, that will run (Show Multiboard) once for each computer, but only on that computer.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top