Jump to content
Sign in to follow this  
whiztler

'GetIn' eventHandlet doesn't recognize COMMANDER vehicle position

Recommended Posts

I noticed that the getIn EH does not pick-up on a player entering a (armored) vehicle as a commander. It does recognize both the GUNNER and the DRIVER position within the vehicle

Reproduce:

1. Place an armored vehicle. I tried with the Slammer UP and the Marshal. Name it myVehicle

2. Add the getin EH to the vehicle:

myVehicle addEventHandler ["GetIn", {   
   _vehiclePos  = _this select 1;
   if (_vehiclePos == "driver") then {hint 'entered vehicle as "DRIVER"'};
   if (_vehiclePos == "gunner") then {hint 'entered vehicle as "GUNNER"'};
   if (_vehiclePos == "commander") then {hint 'entered vehicle as "COMMANDER"'};
}];

Known bug?

Edit: reported: http://feedback.arma3.com/view.php?id=24577

Edited by whiztler
Added feedback tracker nr.

Share this post


Link to post
Share on other sites

The Marshal has only one Turret though. The commander position has an optical scanner/bino. Is that considered a turret position as well?

Share this post


Link to post
Share on other sites
OP has a legit report. Entering commander shows "cargo", how is that ok?

It's not OK. Although entering commander's seat of Strider shows "gunner".

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  

×