08.07.2013, 12:26
Well, if you still get the warnings, then you could try using "/" instead of "\". I doubt it will actually fix it.
On my script that I'm working on, I have it as this:
On my script that I'm working on, I have it as this:
pawn Код:
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string, sizeof(string), "Accounts/%s.ini", name);
fremove(string);