Air Support Scripts in ARMA 2 & OA : MISSIONS - Editing & Scripting Posted November 17, 2009 hi, There is small bug in your delivery. nul = [player,"lgb"] execVM "airSup\airSupInit.sqf"; does not work. in the file airSupInit: replace if("cbuap" in _this)then{cbuap = true}else{cbuat = false}; by if("cbuap" in _this)then{cbuap = true}else{cbuap = false}; Thanks for you script
Air Support Scripts
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
hi,
There is small bug in your delivery.
nul = [player,"lgb"] execVM "airSup\airSupInit.sqf"; does not work.
in the file airSupInit:
replace if("cbuap" in _this)then{cbuap = true}else{cbuat = false};
by if("cbuap" in _this)then{cbuap = true}else{cbuap = false};
Thanks for you script