wallside 1 Posted September 18, 2013 Can someone explain me the difference between "DEFAULT" and "UNLOCKED" regarding vehicles? Share this post Link to post Share on other sites
Kushluk 21 Posted September 19, 2013 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
wallside 1 Posted September 19, 2013 (edited) 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 September 19, 2013 by wallside Share this post Link to post Share on other sites