Jump to content
Tevai

UAV (B_UGV_01_rcws_F) move not exaclty where i want

Recommended Posts

Hi everyone ! 

I want to move an UAV ( with  ~ 2/4 meter precision ).

I used this script 

VEH = createVehicle ["B_UGV_01_rcws_F",position player, [], 1, "NONE"];
createVehicleCrew VEH;
VEH setCombatMode "BLUE";
VEH setBehaviour "STEALTH";
VEH move position player;
VEH disableAI "ALL";
VEH enableAI "MOVE";

But the vehicle stop at 20 meter of the position where he should be .
I tried also with waypoint and i have the same issues

Thank :) 

Share this post


Link to post
Share on other sites

I ran your script and the vehicle spawns right on my position every time.

Maybe your location may be an issue with where it's spawning.

If I did spawn it away from the player then yes it comes up quite short of the player, try changing the  MOVE to   DOMOVE , I find it's a little more accurate.

Share this post


Link to post
Share on other sites

Obviously if you spawn it near of you ... it don't move ^^ 

You shall to walk +30 meter away and hit :

 VEH move position player;

Okay @f2k sel i will try DOMOVE  ;) 
Thanks you for you advice !

Share this post


Link to post
Share on other sites

Okay so YES , doMove is more accurate ( ~5m ) than  move

Thanks f2k :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×