30.11.2014, 05:57
Without using 'INI_SetTag', the variable will just be placed into the file. However, you were originally setting the variable to be placed under the 'Player's Data' tag.
Simply add:
just before the INI_WriteInt line.
Simply add:
pawn Код:
INI_SetTag(file, "Player's Data");