14.08.2013, 12:01
You are not saving anything under OnGameModeExit. That means, if the gamemode restarts, no data is saved.
Simple as that. Just add a function to save the data, and have a loop under OnGameModeExit that saves all the players' data into the files.
Simple as that. Just add a function to save the data, and have a loop under OnGameModeExit that saves all the players' data into the files.