15.01.2015, 09:54
use this...
pawn Код:
new Path[ 64 ], string[ 128 ];
format( Path,sizeof( Path ),"TEST/Test.txt");
if ( fexist( Path ) )
{
new File:hFile = fopen("Path",io_append);
}
else SendClientMessage(playerid,-1,"TEST");