pawn Code:
INI_ParseFile(string, "LoadPlayerData_user", .bExtra = true, .extra = playerid);
That line is going to replace all of YOUR variables with the information loaded from "/Users/user.txt"... so you will be replacing all your stats with that line. I have a feeling that you won't understand my full explanation, so show me your LoadPlayerData and I will make a new function for you and explain it from there...