Jump to content
Sign in to follow this  
JukkaN

Respawning in parachute and other vehicles...

Recommended Posts

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
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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×