Add earnings section to menu -> main -> buttons (lines 52-60 in example)
Update your database by adding a field named earnings of type double (MySQL) or real (SQLite) to the players table. This can be simply done by accessing your database and executing following queries: MySQL: