28.11.2014, 08:57
Try removing the [ and ] from it.
Seems like the INI system adds them automatically at both ends of your tag and it might confuse the INI system.
Like:
INI_SetTag(File,"====PLAYER INFORMATION====");
Perhaps the INI system sees your tag in the file as
[====[PLAYER INFORMATION]
because it presumably stops at the first ] and therefore cannot find your tag and creates a new tag.
Seems like the INI system adds them automatically at both ends of your tag and it might confuse the INI system.
Like:
INI_SetTag(File,"====PLAYER INFORMATION====");
Perhaps the INI system sees your tag in the file as
[====[PLAYER INFORMATION]
because it presumably stops at the first ] and therefore cannot find your tag and creates a new tag.