new amount;
GetPlayerMoney(playerid, amount);
DOF2_SetInt(file, "Money",PlayerInfo[playerid][pMoney] = amount); // Sets the Number
DOF2_SaveFile(); // saves the changes
Yeah.. the Number is being saved as Zero. I Bet its something simple, Can anybody advise?
Thanks