- Joined
- May 28, 2007
- Messages
- 365
call SetPlayerAlliance(p, loopPlr, ALLIANCE_SHARED_ADVANCED_CONTROL, true)
This method works excellently, except for 1 little problem. It will create the Team Resources multiboard, which I don't want.
Any fix?
EDIT: Issue fixed.
call SetPlayerAlliance(p, loopPlr, ALLIANCE_SHARED_ADVANCED_CONTROL, true)
call DestroyMultiboardBJ( CreateMultiboardBJ(2,2,"TesT") )
This method works excellently, except for 1 little problem. It will create the Team Resources multiboard, which I don't want.
Any fix?
EDIT: Issue fixed.
call SetPlayerAlliance(p, loopPlr, ALLIANCE_SHARED_ADVANCED_CONTROL, true)
call DestroyMultiboardBJ( CreateMultiboardBJ(2,2,"TesT") )