Jump to content
Sign in to follow this  
t.a.6

How to gain access to zeus on the play?

Recommended Posts

How to give access to curator to some unit in running game?
(want to make it for support "selectplayer" command for zeuses).

Share this post


Link to post
Share on other sites
_unit assignCurator _curatorModule;
//_unit is the unit you want to set as curator
//_curatorModule is the name of your Zeus module

assignCurator needs to be executed on server in order to take effect. So if you're running multiplayer on a dedicated server:

[_unit, _curatorModule] remoteExec ["assignCurator",2];

Share this post


Link to post
Share on other sites
_unit assignCurator _curatorModule;
//_unit is the unit you want to set as curator
//_curatorModule is the name of your Zeus module

assignCurator needs to be executed on server in order to take effect. So if you're running multiplayer on a dedicated server:

[_unit, _curatorModule] remoteExec ["assignCurator",2];

Thank you.

unassigncurator |cm|;
|u| assigncurator |cm|;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×