[AJUDA] Orgs
#6

Lol,tirar include e fazer oque mais?
@Edit
Encontrei Isso
pawn Код:
/*stock frename(oldname[],newname[]) {
    if(!fexist(oldname)) return false;
    fremove(newname);
    if(!fcopy(oldname,newname)) return false;
    fremove(oldname);
    return true;
}

stock fcopy(oldname[],newname[]) {
    new File:ohnd,File:nhnd;
    if(!fexist(oldname)) return false;
    ohnd=fopen(oldname,io_read);
    nhnd=fopen(newname,io_write);
    new buf2[1];
    new i;
    for (i=flength(ohnd);i>0;i--) {
        fputchar(nhnd, fgetchar(ohnd, buf2[0],false),false);
    }
    fclose(ohnd);
    fclose(nhnd);
    return true;
}*/
Mais ela ja estao apagadas '-'
Reply


Messages In This Thread
[AJUDA] Orgs - by ViictorDaay- - 31.05.2012, 22:30
Re: [AJUDA] Orgs - by ViniBorn - 31.05.2012, 22:32
Re: [AJUDA] Orgs - by paulor - 31.05.2012, 22:35
Re: [AJUDA] Orgs - by ViictorDaay- - 31.05.2012, 22:57
Re: [AJUDA] Orgs - by paulor - 31.05.2012, 23:10
Re: [AJUDA] Orgs - by ViictorDaay- - 31.05.2012, 23:40
Re: [AJUDA] Orgs - by paulor - 31.05.2012, 23:42
Re: [AJUDA] Orgs - by ViictorDaay- - 31.05.2012, 23:44
Re: [AJUDA] Orgs - by paulor - 31.05.2012, 23:51
Re: [AJUDA] Orgs - by ViictorDaay- - 31.05.2012, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)