Adding extra line to INI after player's registering
#1

So My current infos saved when the player register
Код:
new INI:File = INI_Open(UserPath(playerid));
                WP_Hash(buf, sizeof(buf), inputtext);
                INI_SetTag(File,"data");
                INI_WriteString(File, "pPassword", buf);
		INI_WriteInt(File,"pKills",0);
		INI_WriteInt(File,"pDeaths",0);
                INI_Close(File);
Now, Lets say I want to add [pBans] to a player who's already registered, How could I do this ? :/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)