Question by
mrgohut · Jan 05, 2016 at 11:28 PM ·
multiplayerlistinventory
Keep list of gameobjects on server multiplayer
I'm doing inventory system (multiplayer game) and i want to keep everything on server, just to be safe with this. I want server to keep items database (List) and when player wants to add something to his inventory, he send proper command to server which item he wants to add, then server is searching for it in items database and adds it to his inventory.
I can't figure out how to do this list on server side. I can do it on client side, but i think that it will be safer on server.
Comment