[Pedido] Em DOF2
#1

Com ficaria isto em DOF2? tentei mais nгo tive sucesso ;/

Код:
stock Sugestoes(SegestoesxD[])
{
	format(Celula, sizeof(Celula), "%s \r\n", SegestoesxD);
	new File:hFile;
	hFile = fopen("Admin/Logs/Sugestoes.txt", io_append);
	fwrite(hFile, Celula);
	fclose(hFile);
}
Reply
#2

pawn Код:
stock Sugestoes(SegestoesxD[]){
    new arquivo[64];
    format(arquivo,"Admin/Logs/Sugestoes.txt");
    format(Celula, sizeof(Celula), "%s \r\n", SegestoesxD);
    DOF2_SetString(arquivo,Celula);
    DOF2_SaveFile();
}
Reply
#3

Nгo existe como fazer isso em DOF2, pois DOF2 precisa de tags, provavelmente foi por isso que usaram file functions.
Reply
#4

Eu lhe recomendo o usar tal e qual esta.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)