What happens when a player dies.

alexlawson

OpenDayZ Rockstar!
Ok I want to make a script that executes when a player dies that re spawns them in the game but dosnt take them to the lobby, this is something I have seen before. So what I need to know is what script takes the player to the lobby when they die so just the basic explanation of what happens.
 
Ok I want to make a script that executes when a player dies that re spawns them in the game but dosnt take them to the lobby, this is something I have seen before. So what I need to know is what script takes the player to the lobby when they die so just the basic explanation of what happens.
player_death.sqf it has a counted loop that does the count down then it does this little bit of code
Code:
Endmission "END1";
 
Back
Top