04.01.2010, 17:30
hello and happy new year
i want to create email system who allow to send email even if the player is offline
i try to create file .txt for each playername but i can't do succefully
exemple of read email
new File:handler=fopen("emails.txt", io_read);
new string[256], MyVal[256], idx;
while(fread(handler, string))
{
printf("Line %d contains the following text: %s", idx+1, string);
}
who i can create file "player name".txt
thank you
i want to create email system who allow to send email even if the player is offline
i try to create file .txt for each playername but i can't do succefully
exemple of read email
new File:handler=fopen("emails.txt", io_read);
new string[256], MyVal[256], idx;
while(fread(handler, string))
{
printf("Line %d contains the following text: %s", idx+1, string);
}
who i can create file "player name".txt
thank you