Jump to content

Recommended Posts

Hello/ good night,

I send you this message today to tell you that I have an error in the script. the error says undefined variable and tells me before the DEVAS_ConvoyMove. 

as following:

'... 00, 120, 1, "NORMAL", "CARELESS"] spawn [#]DEVAS_ConvoyMove; 

}; 

Error undefined variable in expression: devas_convoymove 

fil c:\users\mad_jack\documents\arma 3 - other profiles\profile name\mpmisions\march2022\test_copnvoy.altis\init.sqf..., line 5

 

this is my init.sqf files :

 

 

execVM "Convoy\convoyInit.sqf";

if (isServer) then 
{
    _handle = [["pos_1","pos_2","pos_3","pos_4"],[v_1,v_2,v_3], 35, 500, 120, 1, "NORMAL", "CARELESS"] spawn DEVAS_ConvoyMove; 
};

 

i hope you can help me thanks in advence

 

Share this post


Link to post
Share on other sites

most likely your marker names or vehicle names are not matching to what you pass to the script

Share this post


Link to post
Share on other sites

I originally posted in 2016.. 6 years later I still love and use this script.

 

Just wanted to say THANK YOU for the work over the years!👍

  • Thanks 1

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

×