OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting Multiplayer => Topic started by: laggy on 03 Jul 2009, 03:11:56

Title: Any way to unable "disable AI" in MP lobby ?
Post by: laggy on 03 Jul 2009, 03:11:56
I'm searching for a way to get rid of the option to disable the AI units (deleting them) in the MP lobby.
Is that possible at all? I've tried in the description.ext:

disabledAI = 0;

and

disabledAI = false;

You can still disable/delete AI units from your group.
How do you do, if it's possible?

Thanks in advance,

Laggy
Title: Re: Any way to unable "disable AI" in MP lobby ?
Post by: fleepee on 03 Jul 2009, 04:26:11
 ;)the corect syntax is :
disableAI = 1
Title: Re: Any way to unable "disable AI" in MP lobby ?
Post by: laggy on 03 Jul 2009, 11:24:25
From the Wiki:

Quote
Miscellaneous

disabledAI

Removes all playable units which do not have a human player. (MP)

Note: Disabling all the AI units will prevent JIP into playable units in OFP:Elite and ArmA.

disabledAI = false/true



However in some missions I have also seen disabledAI = 0;
Would really like to know what the deal is and if my wish is possible.

Grateful for any help  :scratch:
Title: Re: Any way to unable "disable AI" in MP lobby ?
Post by: Spooner on 03 Jul 2009, 12:51:06
I'm searching for a way to get rid of the option to disable the AI units (deleting them) in the MP lobby.
There isn't any way to do this. Players can always disable AI manually in the lobby. DisabledAI (when set to 0 or false) automatically disables all non-played units.
Title: Re: Any way to unable "disable AI" in MP lobby ?
Post by: laggy on 03 Jul 2009, 12:57:14
 :weeping:

Thanks Spooner.