13.03.2013, 15:04
So you can write strings to an enum and these kinda things with INI_WriteString. So how to get a string from somewhere? I tried INI_String, but that didn't work.
Thanks in advance.
Thanks in advance.
INI_String(myfile, "PlayerName", savedname);
INI_String(myfile, "PlayerName", savedname, 24);