I am using award space to create a database to store all of the user's info. The thing is, as of now, it only stores the players username and password. But I want it to also be able to store other things such as the items in the player's inventory and their levels such as their combat level. The login system currently works by using the client to input data, where it is then sent on the web to php scripts, then it is finally sent to the database to be stored. Both the php scripts and the...
Multiplayer Database Storage
Multiplayer Database Storage