[Pedido] /BanidoS - Para ver todos os banidos, Tem como ?
#8

Nгo й tгo difнcil fazer um arquivo assim..

vou postar um exemplo(tens que usar esta:

pawn Код:
#include a_samp
#include rl_files



#define PASTA    "gangs"


new
    Banidos[500][MAX_FILE_NAME]
;

public OnFilterScriptInit(){
    new
        idx,
        act[60],
        file[MAX_FILE_NAME]
    ;
    while(idx < fnum(PASTA))
    {
        fname(PASTA, idx, file);

        strcat(act, file);

        format(Banidos[idx], 60, act);

        act[0] = '\0';

        idx++;
    }


    printf("-----------------------------------------------");


    for(new i; i != idx; ++i){
        printf("Max: %d - Arquivo(N: %i): %s", idx, i, Banidos[i]);
    }
    return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)