Accounts not being removed from userfiles[Y_ini]
#4

It won't delete the old userfile because the specific file was not found. You didn't format the player's name.
pawn Код:
format(astring, sizeof(astring), "/Users/%s.ini", Name2);
fremove(astring);
And I see that you have lines that aren't necessary. Example: You're formating "format(astring, sizeof(astring), "/Users/%s.ini");" twice.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)