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