Skip to content
László Major edited this page May 5, 2014 · 2 revisions

###adm_cqc_buildingBlacklist Array of buildings that are excluded from CQC spawning. Can be changed during mission, but will only take effect for newly initialized CQC zones.

Value: Array of building classnames (can be empty)

###adm_cqc_buildingCapacity Array of [_building, _capacity] pairs, where _building is a building classname and _capacity is the MAXIMUM number of CQC units that can spawn in _building type of buildings. Can be changed during mission, but will only take effect for newly initialized CQC zones.

Value: [["house1", 4], ["house2", 1], ..., ["houseN", 10]]

Clone this wiki locally