tuxu 10 Posted August 12, 2012 Hi all and thank you for taking the time to read my question. I need to understand how to make a player\npc respawn as a pilot in a plane while it's flying. For now my bots and players spawn in flight as they should. I've set up respawn points for West and East sides and when they die they do respawn but they do that as an infantry instead of as a pilot. I did check the forums prior of my post but couldn't make out much of the data that was posted, my scripting skills leaves much to be desired so bear with me. :) Thank you. :) Share this post Link to post Share on other sites
samatra 85 Posted August 12, 2012 You need to add event handler for respawning of each unit. Check this out: http://community.bistudio.com/wiki/addMPEventHandler http://community.bistudio.com/wiki/moveInDriver Share this post Link to post Share on other sites
tuxu 10 Posted August 12, 2012 You need to add event handler for respawning of each unit. Check this out:http://community.bistudio.com/wiki/addMPEventHandler http://community.bistudio.com/wiki/moveInDriver ok, thank you SaMatra (i like starcon2 ^^). :) I have only ArmA2 and when i'm at my gf place i use arma2free, I saw that these scripts are for OA - will they work for me or am i wasting time? Share this post Link to post Share on other sites
samatra 85 Posted August 12, 2012 Then you need this: http://community.bistudio.com/wiki/addEventHandler http://community.bistudio.com/wiki/ArmA_2:_Event_Handlers#Respawn You will need to set up Respawn event handler on units and when it triggers, just move them into pilot (as well as create new plane if you need to) Share this post Link to post Share on other sites
kylania 568 Posted August 12, 2012 This post spawns and respawns a player into a parachute, same thing. Share this post Link to post Share on other sites