Posts: 43
Threads: 10
Joined: Feb 2012
Reputation:
0
I wanted to make an inventory system for every vehicle on the server. For that I would need an array big enough for every vehicle and that is a 2000 cells big array. So my question is: is there any better way of doing that?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Depends how many vehicles you really have and what kind of data you need to store.
Posts: 43
Threads: 10
Joined: Feb 2012
Reputation:
0
It should be a dynamic system where you can add any vehicle on the server and a player can automatically use inventory system for that vehicle.