[AJUDA] A Organizar
#8

tipo tavo vendo um gm thug e tinha isso obs:EXENPLO

pawn Код:
public LoadCar()
{
    new arrCoords[14][64];
    new strFromFile2[256];
    new File: file = fopen("Poderosos Arquivos/Carros.cfg", io_read);
    if (file)
    {
        new idx = 1;
        while (idx < sizeof(CarInfo))
        {
            fread(file, strFromFile2);
            split(strFromFile2, arrCoords, ',');
            CarInfo[idx][cModel] = strval(arrCoords[0]);
            CarInfo[idx][cLocationx] = floatstr(arrCoords[1]);
            CarInfo[idx][cLocationy] = floatstr(arrCoords[2]);
            CarInfo[idx][cLocationz] = floatstr(arrCoords[3]);
            CarInfo[idx][cAngle] = floatstr(arrCoords[4]);
            CarInfo[idx][cColorOne] = strval(arrCoords[5]);
            CarInfo[idx][cColorTwo] = strval(arrCoords[6]);
            strmid(CarInfo[idx][cOwner], arrCoords[7], 0, strlen(arrCoords[7]), 255);
            strmid(CarInfo[idx][cDescription], arrCoords[8], 0, strlen(arrCoords[8]), 255);
            CarInfo[idx][cValue] = strval(arrCoords[9]);
            CarInfo[idx][cLicense] = strval(arrCoords[10]);
            CarInfo[idx][cOwned] = strval(arrCoords[11]);
            CarInfo[idx][cLock] = strval(arrCoords[12]);
            CarInfo[idx][cGrana] = strval(arrCoords[13]);
            CarInfo[idx][cID] = totalveiculosc+idx;
            printf("Carro: %d Dono:%s[%d] LicensePlate %s ID[%d]",idx,CarInfo[idx][cOwner],CarInfo[idx][cOwned],CarInfo[idx][cLicense],CarInfo[idx][cID]);
            idx++;
        }
    }
    return 1;
AIW TIPO ESSA PAERTE AKI
new File: file = fopen("Poderosos Arquivos/Carros.cfg", io_read);

SERIA new File: file = fopen("CONTAS/AKI NAUM SEI O Q SERIA", io_read);

MAIS TIPO TENTEI ACHA CONTAS MAIS NAUM CONSEGUI CREIO EU Q A PASTA scriptfiles E PADAO ENTAUM NAUM PRECISA COLOCAR QUE NEM AIW EMCIMA MAIS NAUM TENHU IDEIA DE COMO
FAZER ISSO SALVA AS CONTAS EM scriptfiles/CONTAS
Reply


Messages In This Thread
[AJUDA] A Organizar - by denisassuncao - 18.10.2010, 19:51
Re: [AJUDA] A Organizar - by denisassuncao - 18.10.2010, 22:23
Respuesta: [AJUDA] A Organizar - by BiieL - 18.10.2010, 23:49
Re: [AJUDA] A Organizar - by [BEP]AcerPilot - 18.10.2010, 23:55
Re: [AJUDA] A Organizar - by denisassuncao - 18.10.2010, 23:56
Re: [AJUDA] A Organizar - by denisassuncao - 19.10.2010, 17:01
Respuesta: [AJUDA] A Organizar - by BiieL - 19.10.2010, 17:03
Re: [AJUDA] A Organizar - by denisassuncao - 19.10.2010, 17:17
Re: [AJUDA] A Organizar - by Rodolfo_Halls - 20.10.2010, 11:54
Re: [AJUDA] A Organizar - by [BEP]AcerPilot - 20.10.2010, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)