repeat 12 Posted March 25, 2015 How get moment when popup action "seat as driver/gunner/passenger"? At now i get like that: _veh = cursorTarget; _getinradius = getNumber (configFile >> "CfgVehicles" >> typeOf _veh >> "getinRadius"); if ((vehicle player == player) and (_veh emptyPositions "cargo" > 0) and (_veh modelToWorld (_veh selectionPosition "pos cargo") distance player < _getinradius)) then { but it's not work some models p.s. Sorry for bad English Share this post Link to post Share on other sites