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