Guardar nombre en .txt
#4

Quote:
Originally Posted by Daniel_Ruiz
Посмотреть сообщение
Y para que lo lea seria haci?

pawn Код:
CMD:postulados(playerid, params[])
{
new string[64]; // Create the string to store the read text in
new File:example = fopen("Postulados.txt", io_read); // Open the file
    while(fread(example, string)) //reads the file line-by-line
    {
   
    }
    fclose(example);
    return 1;
    }
ї?
Si...
Reply


Messages In This Thread
Guardar nombre en .txt - by Daniel_Ruiz - 23.03.2013, 14:22
Respuesta: Guardar nombre en .txt - by xSDx - 23.03.2013, 14:51
Respuesta: Guardar nombre en .txt - by Daniel_Ruiz - 23.03.2013, 17:46
Respuesta: Guardar nombre en .txt - by Dreyfuz - 23.03.2013, 18:00
Respuesta: Guardar nombre en .txt - by Daniel_Ruiz - 23.03.2013, 18:36
Respuesta: Guardar nombre en .txt - by NeuZz - 23.03.2013, 19:55

Forum Jump:


Users browsing this thread: 2 Guest(s)