[Pedido] Em DOF2 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Em DOF2 (
/showthread.php?tid=432545)
Em DOF2 -
.ThePro - 23.04.2013
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);
}
Re: Em DOF2 -
MatheusAlcapone - 23.04.2013
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();
}
Re: Em DOF2 -
Lуs - 23.04.2013
Nгo existe como fazer isso em DOF2, pois DOF2 precisa de tags, provavelmente foi por isso que usaram file functions.
Respuesta: Em DOF2 -
Parka - 23.04.2013
Eu lhe recomendo o usar tal e qual esta.