yigitbakir Posted May 21, 2020 Posted May 21, 2020 (edited) After dying, the server does not come to life until it is restarts. I browsed the Wiki but couldn't find anything. How do I revive someone? (JS) Edited May 21, 2020 by yigitbakir
[BC]VACEDA[NWD] Posted May 21, 2020 Posted May 21, 2020 (edited) use player.spawn on playerDeath event mp.events.add('playerDeath', (player, reason, killer) => { setTimeout(() => { player.spawn(new mp.Vector3(-425.517, 1123.620, 325.8544)) }, 3000) }) Edited May 21, 2020 by [BC]VACEDA[NWD] 1
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