-RL- Posted January 28, 2018 Share Posted January 28, 2018 I'm making a game mode. but could you help me when the person dies return it to the lobby? Thank you Link to comment
Captain Cody Posted January 28, 2018 Share Posted January 28, 2018 First and most important thing when you are doing a game mode, learn the language first. local x,y,z = 0,0,0 -- Replace with position of lobby addEventHandler( "onPlayerWasted", getRootElement( ), function() setTimer( spawnPlayer, 2000, 1, source, x, x, z+1 ) end ) 1 Link to comment
NeXuS™ Posted January 29, 2018 Share Posted January 29, 2018 (edited) And secondly, if you want to use the forums, create posts in the right section. This post belongs to the Scripting section. Can you move it, please? @Dutchman101 Edited January 29, 2018 by NeXuS™ 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