02.09.2017, 10:56
Do you really need to save everything on a query? Use something like:
- Player Action that modifies his/her info
- Modifing the array that stores the player info
- Executing a query to save the new value
- Player buys something
- Modify the money from array / variable
- Execute a query to update money in MySQL table