Can't open file
#2

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");
Reply


Messages In This Thread
Can't open file - by Brooks1 - 15.01.2015, 09:44
Re: Can't open file - by danish007 - 15.01.2015, 09:54
Re: Can't open file - by Brooks1 - 15.01.2015, 10:07
Re: Can't open file - by danish007 - 15.01.2015, 10:13
Re: Can't open file - by Brooks1 - 15.01.2015, 10:14
Re: Can't open file - by Brooks1 - 15.01.2015, 10:22
Re: Can't open file - by danish007 - 15.01.2015, 10:41
Re: Can't open file - by BroZeus - 15.01.2015, 11:54

Forum Jump:


Users browsing this thread: 3 Guest(s)