UnKnownGuy Posted September 9, 2016 Posted September 9, 2016 Hello, How Can I Set To Auto Respawn To Hospital When I Type /kill Or Kill My Self Thanks
Dimos7 Posted September 9, 2016 Posted September 9, 2016 function onDeath() setTimer(spawnPlayer, 2000, 1, source, x, y, z) addEventHandler("onPlayerWasted", root, onDeath) x, y, z will be there you want to spawn
UnKnownGuy Posted September 9, 2016 Author Posted September 9, 2016 Just now, Dimos7 said: function onDeath() setTimer(spawnPlayer, 2000, 1, source, x, y, z) addEventHandler("onPlayerWasted", root, onDeath) x, y, z will be there you want to spawn This can't work https://community.multitheftauto.com/index.php?p=resources&s=details&id=5687 ?
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