JukkaN 0 Posted April 27, 2008 I need to know how to respawn in vehicle? I want to make a mission where players respawn in parachute. Share this post Link to post Share on other sites
hank_officer 0 Posted May 4, 2008 Quote[/b] ]waitUntil{not alive player};waitUntil{alive player}; _veh = createVehicle ["ParachuteWest ", position somewhere, [], 0, "FLY"]; player moveindriver _veh; [] exec "spawn.sqf" write down these in a .sqf files init.sqf: Quote[/b] ][] exec "spawn.sqf" Share this post Link to post Share on other sites
dachevs 1 Posted May 7, 2008 has to be <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> nul= [] execVM "spawn.sqf" exec is only for .sqs Share this post Link to post Share on other sites