18.06.2009, 11:18
You would use something like this
pawn Код:
new name[24];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(string, sizeof string, "/Users/%s.txt", name);