[Ajuda] .txt
#5

pawn Код:
CMD:apagarrecordes(playerid, params[]) {
     new Corrida[50], String[100];
     if(sscanf(params, "s[50]", Corrida)) return SendClientMessage(playerid, -1, "Uso /apagarrecordes [Corrida]");
     format(String, sizeof(String), "%s.txt", Corrida);
     new File:Arquivo = fopen(String, io_append);
     fremove(Arquivo);
     format(String, sizeof(String), "%s.txt", Corrida);
     new File:ArquivoACriar = fopen(String, io_append);
     fclose(ArquivoACriar);
     return 1;
}
Tenta assim
Reply


Messages In This Thread
.txt - by clerISoN - 18.05.2013, 13:34
Re: .txt - by .FuneraL. - 18.05.2013, 13:38
Re: .txt - by clerISoN - 18.05.2013, 13:45
Re: .txt - by clerISoN - 18.05.2013, 14:05
Re: .txt - by .FuneraL. - 18.05.2013, 16:29
Re: .txt - by clerISoN - 18.05.2013, 20:53
Re: .txt - by Jason` - 18.05.2013, 21:04
Re: .txt - by clerISoN - 18.05.2013, 21:12
Re: .txt - by clerISoN - 18.05.2013, 21:52

Forum Jump:


Users browsing this thread: 2 Guest(s)