Home   Help Search Login Register  

Author Topic: Any way to unable "disable AI" in MP lobby ?  (Read 3177 times)

0 Members and 1 Guest are viewing this topic.

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Any way to unable "disable AI" in MP lobby ?
« 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
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.

Offline fleepee

  • Members
  • *
  • Enter the Matrix!
Re: Any way to unable "disable AI" in MP lobby ?
« Reply #1 on: 03 Jul 2009, 04:26:11 »
 ;)the corect syntax is :
disableAI = 1

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Re: Any way to unable "disable AI" in MP lobby ?
« Reply #2 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:
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.

Offline Spooner

  • Members
  • *
  • Mostly useless
    • Community Base Addons
Re: Any way to unable "disable AI" in MP lobby ?
« Reply #3 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.
[Arma 2] CBA: Community Base Addons
[Arma 1] SPON Core (including links to my other scripts)

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Re: Any way to unable "disable AI" in MP lobby ?
« Reply #4 on: 03 Jul 2009, 12:57:14 »
 :weeping:

Thanks Spooner.
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.