Removing Team Resources Bar

Status
Not open for further replies.
Level 9
Joined
May 28, 2007
Messages
364
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") )
 
Status
Not open for further replies.
Back
Top