Jump to content
sarogahtyp

[SOLVED] how to set group name with setGroupID?

Recommended Posts

I can get a groups name with

_name = groupId (group _unit);

what I cant get working is setting this name with setGroupID. I tried with this line

group _unit setGroupId ["%GroupNames", _name];

maybe someone could tell me the correct way to first get the groups name and then after deleting and spawning that group again how to set the name to the new created group.

Share this post


Link to post
Share on other sites

this is what worked for me:

_group setGroupID [_callsign];
  • Like 1

Share this post


Link to post
Share on other sites

thx, I ll try that this evening.

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

×