Page MenuHomeFeedback Tracker

Vehicle "lock for player" doesn't work.
New, WishlistPublic

Description

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

Details

Legacy ID
2850738687
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

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??? :)

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Scripting.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Open.
Killzone_Kid set Legacy ID to 2850738687.May 7 2016, 7:40 PM

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