Editors Depot - Mission Editing and Scripting > Arma2 - Editing/Scripting Multiplayer

Any way to unable "disable AI" in MP lobby ?

(1/1)

laggy:
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

fleepee:
 ;)the corect syntax is :
disableAI = 1

laggy:
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



--- End quote ---

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:

Spooner:

--- Quote from: 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.

--- End quote ---
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.

laggy:
 :weeping:

Thanks Spooner.

Navigation

[0] Message Index

Go to full version