Klesh Posted December 1, 2010 Share Posted December 1, 2010 (edited) I have a script, is mine but this have deaths in scoreboard and works fine but when quit and join again the deaths are in 0. What i have to do to save the deaths. addEventHandler("onPlayerWasted",getRootElement(), function () setElementData(source,"Deaths",tonumber(getElementData(source,"Deaths"))+1) end) Thnx For the Help. Edited December 1, 2010 by Guest Link to comment
dzek (varez) Posted December 1, 2010 Share Posted December 1, 2010 click on these functions for wiki getAccount getAccountData setAccountData on wiki check also these events: onPlayerLogout onPlayerQuit onPlayerLogin 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