Jump to content
Sign in to follow this  
zipman

lock the enemy vehicles ?????

Recommended Posts

hi all

its been some time that i have been in to arma but back playing it again,

i would like to mod a map, HOHEI|EVOLUTION - BLUE- PARAJUMP

so that i can lock the enemy vehicles to stop players using them,

any help would be great thanks

Share this post


Link to post
Share on other sites

Hello,

If you unpbo the mission, in the folder, go to the actions folder, and look for the script:

englock:

in the script you will see:'


elock = _vec addaction ["Unlock Truck", "actions\englock.sqf",1,1, false, true,"test2"];
_vec lock true;
};
if(_ver == 1) then
{	
elock = _vec addaction ["Lock Truck", "actions\englock.sqf",0,1, false, true,"test2"];
_vec lock false;
};

make that say false and the other one true, basically oppisite of what they are.

This may not be correct, it could be another script elsewhere, but this is the one I found that

has any info on what your looking to do, try it and then test it out ingame if it works then you

know you have the right one, if not then search through the scripts and codes.

Hope that helps

Share this post


Link to post
Share on other sites

thanks for the reply but it didnt work i could still use the guns on the vehicles it did kick me out of the drivers seat saying i have the wrong rank but i dont want to be able to use the guns aswell.

i have been looking in all the scripts even made a new rank to the same as the above but could still use the guns.

i really dont know what im looking for to change, i have tryed the locking in the editor but it only shows shailka`s no uaz,tanks and so on,

thanks again

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
Sign in to follow this  

×