-Doc- Posted April 30, 2015 Posted April 30, 2015 Guys i haev a big problem and i dont know how to fix! When i get killed and in that moment im setting other skin or same my health returns to 100 or 200 and i revive and then spawn. What should i make to fix it?
Dimos7 Posted April 30, 2015 Posted April 30, 2015 function onWaste() takeAllWeapons(source) spawnPlayer(source, x, y, z, 0, getPedSkin(source), 0, 0) setElementHealth(source, 100) or 200 end addEventHandler("onPlayerWasted", getRootElement(), onWaste) x, y, z 0 is the rotation in put your location where player want spawn
Tomas Posted April 30, 2015 Posted April 30, 2015 If you don't post your spawn code probably we won't be able to help you.
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