- Joined
- Apr 16, 2010
- Messages
- 584
hi everybody. Some time passed and i forgot how to show multiboard to each player. Well i remember the scripts but i just can handle it, don't remember 
So i need to create a board for each player.
So i need to create a board for each player.
-
M Create 1
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Do Multiple ActionsFor each (Integer A) from 1 to 12, do (Actions)
-
Loop - Actions
-
Multiboard - Set the display style for Multiboard[(Integer A)] item in column 0, row 0 to Show text and Hide icons
-
Multiboard - Create a multiboard with 2 columns and 4 rows, titled Sniper Battle
-
Set Multiboard[(Integer A)] = (Last created multiboard)
-
-------- Rows here --------
-
Multiboard - Hide Multiboard[(Integer A)]
-
Custom script: if ( GetLocalPlayer() == Player(GetForLoopIndexA()) ) then
-
Multiboard - Show Multiboard[(Integer A)]
-
Custom script: endif
-
-
-
-