Load .txt file
#2

pawn Код:
new File:example = fopen("yourfilename.txt", io_read);
if(example)
{
 new string[64];
 fread(example, string);
 //SendClientMessage(playerid,-1,string);
//print(string);
 fclose(example);
}
Reply


Messages In This Thread
Load .txt file - by Avi Raj - 02.12.2013, 12:52
Re: Load .txt file - by SilentSoul - 02.12.2013, 13:00
Re: Load .txt file - by Avi Raj - 02.12.2013, 13:01
AW: Load .txt file - by Nero_3D - 02.12.2013, 13:12
Re: Load .txt file - by Avi Raj - 02.12.2013, 15:24
Re: Load .txt file - by DaniceMcHarley - 02.12.2013, 15:39
Re: Load .txt file - by Avi Raj - 03.12.2013, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)