Код:
// Zones
for(new i = 0; i < sizeof(TurfInfo); i++)
{
LaVice = GangZoneCreate(39.558700, -1906.561401, 303.558715, -1610.561401);
Bratva = GangZoneCreate(1010.753906, -2156.936279, 1322.753906, -1948.936279);
Yamaguchi = GangZoneCreate(608.147583, -1403.756958, 880.147583, -1147.756958);
Signatra = GangZoneCreate(1141.550537, -929.768249, 1389.550537, -681.768249);
Surenos = GangZoneCreate(1738.650756, -2110.871093, 1930.650756, -1870.871093);
Anarchy = GangZoneCreate(561.693237, -692.676574, 833.693237, -412.676574);
Bank = GangZoneCreate(1374.948486, -1069.761718, 1550.948486, -965.761718);
RPL = GangZoneCreate(423.498901, -1584.830688, 527.498901, -1440.830688);
Spawn = GangZoneCreate(1533.380615, -2408.402587, 1685.380615, -2264.402587);
}
That didn't help at all ... You either post everything we need, including how you 'define' TurfInfo and why would you loop to create few gangzones ?