swag_k_dog Posted December 24, 2016 Share Posted December 24, 2016 Hi I want to make a panel that opens a kind of inventory for skins. for example, you 1 skin when you start the game. and then using functions you add skins to your panel. is that possible? like, you complete a mission and a skin gets added to your panel and then you can use it whenever you want. explain if its possible and ill try to script it <3 Link to comment
Mr.Loki Posted December 24, 2016 Share Posted December 24, 2016 (edited) How I'd do this is store the player's skins( skin ids ) in a database either XML or sqlite. Then create some functions to access those database and have the database cache to a table(client-sided) so the database isn't called every time the player opens his inventory but only when adding or removing a skin. Edited December 24, 2016 by loki2143 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