Arma 3 Code Dump
Jump to navigation
Jump to search
Spawn in flying jet
posi376 = [(getpos player) select 0, getpos player select 1, (getpos player select 2) + 400];
vehicle648 = createVehicle ["B_Plane_CAS_01_F", posi376, [], 0, "FLY"];
player moveInDriver vehicle648;
Get position of screen center
Similar to cursorTarget
screenToWorld [0.5, 0.5];
Add all players to curator
_curator addCuratorEditableObjects [playableUnits, true]
Add virtual arsenal to player or object
null = ["AmmoboxInit",[this,true,{true}]] spawn BIS_fnc_arsenal;
See: BIS_fnc_arsenal BIKI