[HELP] INI 1 file - Write more names
#1

Hello,
i check players name and players ip. If player change his name, i want to write the name into a file.
Well it's easy. But what if he change name again? I want write this changed name too so i have 2 names in one file.
But now, second name rewrite the first one

Код:
new INI:file = INI_Open(IP(playerid));
INI_WriteString(file, "Alias", GetName(playerid));
INI_Close(file);
So i save player name
Код:
INI_WriteString(file, "Alias", GetName(playerid));
If he change name, "Alias" is rewritten...
I need to save up to 50 "Alias" in one file. So if he change name 50x i want see all 50 names in one file for example..
Reply


Messages In This Thread
[HELP] INI 1 file - Write more names - by ThomasEvil - 07.06.2017, 00:04
Re: [HELP] INI 1 file - Write more names - by OneDay - 07.06.2017, 05:44
Re: [HELP] INI 1 file - Write more names - by ThomasEvil - 07.06.2017, 16:49
Re: [HELP] INI 1 file - Write more names - by ThomasEvil - 08.06.2017, 19:42
Re: [HELP] INI 1 file - Write more names - by ThomasEvil - 09.06.2017, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)