Guardar nombre en .txt
#1

Bueno estoy haciendo esta funcion pero no me guarda el nombre

pawn Код:
new File:log = fopen("Postulados.txt", io_write); // Open the file
if(log)
{
fwrite(log, "Postulado: %s\r\n",NombreJ(playerid)); // Write to the file (\r\n is for a new line)
fclose(log); // Close the file
}
Me guarda en el archivo

Код:
Postulado : %s
En ves de %s deberia decir el nombre.
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: 1 Guest(s)