Reapy 0 Posted August 8, 2009 Hello, I want to delete a plane if nobody pilot it (no player or IA), but I don't know how to detect if there is a pilot inside. How can I do that :confused: please Share this post Link to post Share on other sites
Bad Pilot 0 Posted August 8, 2009 if (isNull driver _plane) then {deleteVehicle _plane}; Share this post Link to post Share on other sites
Reapy 0 Posted August 8, 2009 Thanks it's work perfectly ;) Share this post Link to post Share on other sites
Bad Pilot 0 Posted August 8, 2009 That's never happened to me before! Share this post Link to post Share on other sites