Jump to content

inventory system?


swag_k_dog

Recommended Posts

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

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 by loki2143
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...