Jaysds1 Posted December 6, 2011 Posted December 6, 2011 Hi, as you read the title, I wanted to know if the setElementData is stored in a database and if it is, does it get deleted if the server is closed or the element (the player) is gone? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
Castillo Posted December 6, 2011 Posted December 6, 2011 The element data is only saved on that element, if it's a player and he/she leaves the server, that element data is removed (because the player left). If it's on a object, when it get's destroyed, it'll be removed too. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Cadu12 Posted December 6, 2011 Posted December 6, 2011 It will be delete when you close the server. Edit: Agree with Solidsnake14 Ingame nick: Cadu12
Jaysds1 Posted December 6, 2011 Author Posted December 6, 2011 ok, Thanks guyz My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
AGENT_STEELMEAT Posted December 6, 2011 Posted December 6, 2011 It will be delete when you close the server. No, element data is deleted when the element is destroyed, or if removeElementData() is called for the certain key. Elements are destroyed via destroyElement(), when a resource stops, or when all resources stop (server shutdown). Also keep in mind that when an element is destroyed, all it's children are destroyed as well.
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