SA-MP Forums Archive
[PEDIDO]Property.cfg com Mais casa em Los Santos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [PEDIDO]Property.cfg com Mais casa em Los Santos (/showthread.php?tid=262925)



[PEDIDO]Property.cfg com Mais casa em Los Santos - WalkerXD - 19.06.2011

Bom queria Pedir a vocкs se sabem ou tenhгo algum Property.cfg com muitas casas em Los Santos se tiver em toda LS bem mais nгo presisa em toda so com mais doque ja vem no gm GF.

Por favor ajudem !


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - WalkerXD - 20.06.2011

Alquem ??

ou algun comando que crie no jogo e ela salva no property.cfg presiso muito.

Porfavor ajudem.


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - RockFire - 20.06.2011

https://sampwiki.blast.hk/wiki/Fopen
https://sampwiki.blast.hk/wiki/Fwrite
https://sampwiki.blast.hk/wiki/Fclose


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - WalkerXD - 20.06.2011

Pode me dar um exenplo mais ou menos pq aqui ja tem o arquivo property.cfg con casa gm (GF) soq ueria um comando para quando eu criar as casa no jogo elas salvacen nesse arquivo.

ou entгo se alquem tiver um arquivo com mais casas doq ue ja vem no gm.


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - RockFire - 20.06.2011

sei lб nunca mexi com GF, aliбs nem mexo com RP/RPG :B

Se me postar o que lк isso eu faзo um comando :B


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - Macintosh - 20.06.2011

ai ^^.


Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - WalkerXD - 20.06.2011

Nгo tem como mandar o link Shickcard porque aqui quando eu baixo vem como php.


Felipe ta ae:

Aqui le o arquivo:

pawn Код:
public LoadProperty()
{
    new arrCoords[30][64];
    new strFromFile2[256];
    new File: file = fopen("property.cfg", io_read);
    if (file)
    {
        new idx;
        while (idx < sizeof(HouseInfo))
        {
            fread(file, strFromFile2);
            split(strFromFile2, arrCoords, ',');
            HouseInfo[idx][hEntrancex] = floatstr(arrCoords[0]);
            HouseInfo[idx][hEntrancey] = floatstr(arrCoords[1]);
            HouseInfo[idx][hEntrancez] = floatstr(arrCoords[2]);
            HouseInfo[idx][hExitx] = floatstr(arrCoords[3]);
            HouseInfo[idx][hExity] = floatstr(arrCoords[4]);
            HouseInfo[idx][hExitz] = floatstr(arrCoords[5]);
            HouseInfo[idx][hHealthx] = strval(arrCoords[6]);
            HouseInfo[idx][hHealthy] = strval(arrCoords[7]);
            HouseInfo[idx][hHealthz] = strval(arrCoords[8]);
            HouseInfo[idx][hArmourx] = strval(arrCoords[9]);
            HouseInfo[idx][hArmoury] = strval(arrCoords[10]);
            HouseInfo[idx][hArmourz] = strval(arrCoords[11]);
            //printf("HouseInfo hEntrancez %f",HouseInfo[idx][hEntrancez]);
            strmid(HouseInfo[idx][hOwner], arrCoords[12], 0, strlen(arrCoords[12]), 255);
            strmid(HouseInfo[idx][hDiscription], arrCoords[13], 0, strlen(arrCoords[13]), 255);
            HouseInfo[idx][hValue] = strval(arrCoords[14]);
            HouseInfo[idx][hHel] = strval(arrCoords[15]);
            HouseInfo[idx][hArm] = strval(arrCoords[16]);
            HouseInfo[idx][hInt] = strval(arrCoords[17]);
            HouseInfo[idx][hLock] = strval(arrCoords[18]);
            HouseInfo[idx][hOwned] = strval(arrCoords[19]);
            HouseInfo[idx][hRooms] = strval(arrCoords[20]);
            HouseInfo[idx][hRent] = strval(arrCoords[21]);
            HouseInfo[idx][hRentabil] = strval(arrCoords[22]);
            HouseInfo[idx][hTakings] = strval(arrCoords[23]);
            HouseInfo[idx][hVec] = strval(arrCoords[24]);
            if(HouseInfo[idx][hVec] == 457)
            {
                HouseInfo[idx][hVec] = 411;
            }
            HouseInfo[idx][hVcol1] = strval(arrCoords[25]);
            HouseInfo[idx][hVcol2] = strval(arrCoords[26]);
            HouseInfo[idx][hDate] = strval(arrCoords[27]);
            HouseInfo[idx][hLevel] = strval(arrCoords[28]);
            HouseInfo[idx][hWorld] = strval(arrCoords[29]);

            printf("CasaInfo:%d Dono:%s hTakings %d hVec %d",idx,HouseInfo[idx][hOwner],HouseInfo[idx][hTakings],HouseInfo[idx][hVec]);
            idx++;
        }
        fclose(file);
    }
    return 1;
}
Aqui e o numeros de casa que tem no arquivo:

pawn Код:
new HouseInfo[130][hInfo];



Re: [PEDIDO]Property.cfg com Mais casa em Los Santos - URSS_Morelli - 21.06.2011

Eu precisava tbm... Valeew aeew!!