16.07.2018, 07:38
Code:
`BankAccount` = '%d, `Cash` = '%d', `Savings` = '%d'
On another note, you save everything at once — this is wrong. Do birthday or admin change every single time a player disconnects? No, so update them only when they change and remove them from the query. This rule applies for all of them. Update only what changes values.