[Ajuda] .txt
#7

pawn Код:
CMD:apagarrecordes(playerid, params[])
{
    if(isnull(params))
        return SendClientMessage(playerid, -1, "Use /apagarrecordes [corrida]");

    format(params, 128, "%s.txt", params);
    fclose(fopen(params, io_append));
    return 1;
}
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: 4 Guest(s)