Lock for player is supposed to lock vehicle for human players but leave it available for AIs, well it doesnt lock it for player.
Also one can set lock > 3
Lock for player is supposed to lock vehicle for human players but leave it available for AIs, well it doesnt lock it for player.
Also one can set lock > 3
spawn MH9 in editor call it heli
execute
heli lock 3;
hint str locked heli; //3
you can get in and out, try
heli setvehiclelock "lockedplayer";
hint str locked heli; //3
same thing, doesnt work.
Also try
heli lock 1267347;
hint str locked heli; //1.26735e+006 <<---Really??? :)
Just faced this problem while making a script. What a bad surprise to get this bug right when I'm trying to use setvehiclelock "lockedplayer" or lock 3