22.07.2011, 06:25
I've attempted that.
Crashes the server.
pawn Код:
format(file, sizeof(file), "blahblah/%s/blah.txt", pname);
new File:fileopen = fopen(file, io_readwrite);
fclose(fileopen);