Jump to content
Sign in to follow this  
fctmiller

Need help with kicktolobby when dead

Recommended Posts

Hey i got this bug when i put a teleportation script and respawn script. I put a flagpole for independend to spawn at a certain point, it works but when i respawn i respawn at blufor respawn point. I thought of a kick to lobby when dead script but couldnt find any beside those dayz ones that have way too complicated stuff .

Share this post


Link to post
Share on other sites
issue 1/
 
Do you have the correct markers at the sides respawn points

 

Markers names

 

respawn_west

respawn_east

respawn_guerrila

respawn_civilian

 
 
issue 2/
kick to lobby on death
 
add this to
initPlayerLocal.sqf
 
player addEventHandler ["killed", {[(findDisplay 46) closeDisplay 0}];
 
hope that is simple enough :)

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  

×