ThePhill97 Posted January 6, 2013 Share Posted January 6, 2013 When the player dies he is forced to reconnect to play again, how can I make the player respawn? Link to comment
Anderl Posted January 6, 2013 Share Posted January 6, 2013 Where did you see that? Play gamemode? If that happens, the gamemode has some bug. Look at the console and debug log ( /debugscript 3 in chat or in-game console to look at it ) for errors. Link to comment
Castillo Posted January 6, 2013 Share Posted January 6, 2013 Use onPlayerWasted + spawnPlayer. Link to comment
ThePhill97 Posted January 6, 2013 Author Share Posted January 6, 2013 Where did you see that? Play gamemode? If that happens, the gamemode has some bug. Look at the console and debug log ( /debugscript 3 in chat or in-game console to look at it ) for errors. No, its in the gamemode I have fresh-scripted Link to comment
ThePhill97 Posted January 6, 2013 Author Share Posted January 6, 2013 Use onPlayerWasted + spawnPlayer. Tyvm Link to comment
Lloyd Logan Posted January 6, 2013 Share Posted January 6, 2013 Use onPlayerWasted + spawnPlayer. Tyvm addEventHandler( "onPlayerWasted", getRootElement( ), function() setTimer( spawnPlayer, 2000, 1, source, 2745.5830078125, -1608.7109375, 290.84722900391 ) end ) Just replace the co-ordinates Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now