
Originally Posted by
pre-Vet
When syncing the UAV terminal to an vehicle you can access the UAV contols when standing besides this vehicle..
..is there a way to access UAV control when riding inside the vehicle??
thank you!
I was looking into this myself today and after a lot of searching I figured a solution myself when I tried tweaking the existing scripts inside the module pbo file
setup everything as you normally would for using an UAV but add this to the initline of the vehicle you want to use as a terminal:
Code:
this addAction ["UAV","ca\modules\uav\data\scripts\uav_interface.sqf", [UAVTEST, this], 0, false, false, "", "_this in _target"];
UAVTEST is the name I gave to the UAV module so just replace that with the name of your UAV module
grtz tweetdezweet