mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:23:28 +00:00
Added MavLink mocked drone support as client side feature
This commit is contained in:
5
addons/uav/XEH_postInit.sqf
Normal file
5
addons/uav/XEH_postInit.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
SETVAR(player,GVAR(mavlinkPFH),-1);
|
||||
Reference in New Issue
Block a user