Jump to content
  • 0

Cum adaug un turf? dupa acest exemplu


wildewill21

Question

In turf.cfg am asa:

None|0xFF000069|2368.32|-2577.999|2836.069|-2345.083

None|0xFF000069|1961.417|-2175.33|2193.39|-1973.995

None|0xFF000069|1816.909|-2179.277|1957.614|-1966.099

None|0xFF000069|1816.909|-1962.151|1957.614|-1760.817

None|0xFF000069|1961.417|-1966.099|2197.193|-1760.817

Cum pot da culoare la un turf + Owner(Factiunea.. ) ?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Nus sigur la ce te referi sunt beginner dar oricum:

{

    GangZoneShowForPlayer(playerid, i, TurfInfo[zColor]);

    //GangZoneShowForPlayer(playerid, Cuneo, 0x4C5386AA);

    //GangZoneShowForPlayer(playerid, black_dsds, 0x000000C2);

//GangZoneShowForPlayer(playerid, nortenos, 0x9D000096);

//GangZoneShowForPlayer(playerid, street_zone, 0x33AA33AA);

//GangZoneShowForPlayer(playerid, jefferson_saints, 0xD900D3C8);

        return 1;

}

////

// Zones

for(new i = 0; i < sizeof(TurfInfo); i++)

{

    Turfs = GangZoneCreate(TurfInfo[zMinX],TurfInfo[zMinY],TurfInfo[zMaxX],TurfInfo[zMaxY]);

    //Cuneo = GangZoneCreate(2107.1521,-1091.9614, 1840.1005,-1307.0010);

    //black_dsds = GangZoneCreate(1190.004, -1039.178, 1500.711, -738.613);

    //nortenos = GangZoneCreate(646.1987, -1410.788, 888.454, -1139.701);

    //street_zone = GangZoneCreate(2450.1934,-1598.5278, 2250.6870,-1821.3060);

    //jefferson_saints = GangZoneCreate(2082.62,-1482.82, 2382.62,-1232.82);

}

...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.