Jump to content
Sign in to follow this  
wallside

vehicle lock - default vs unlocked

Recommended Posts

Can someone explain me the difference between "DEFAULT" and "UNLOCKED" regarding vehicles?

Share this post


Link to post
Share on other sites

I think the default lock/unlock state can be set in the vehicle config of the addon pbo.

So for example, you might have a security van mod that you want locked by default.

However I believe all vehicles currently in-game default to "unlocked" anyway so there wont be any difference.

Share this post


Link to post
Share on other sites

Thanks for your answer.

edit: That brought me to the idea, to set the "default" via script myself:

{
if( (locked _x) == 1) then
{
	_x lock 2; //default -> locked
};
} forEach vehicles;

Edited by wallside

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  

×