23.03.2013, 14:22
Bueno estoy haciendo esta funcion pero no me guarda el nombre
Me guarda en el archivo
En ves de %s deberia decir 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
}
Код:
Postulado : %s