Jump to content

Recommended Posts

Hi,

I'm trying to find way how to assign teams/colors for squad in editor. I only found - [this assignTeam "COLOR"] ,but it doesn't work for multiplayer. Anyone knows some command? 

Share this post


Link to post
Share on other sites

instead of:

this assignTeam "color"

in init field of units, write:

0 = this spawn {waitUntil {isPlayer leader _this}; if (local _this) then {_this assignTeam "color"} };

  • Thanks 1

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

×