02.08.2013, 22:38
You need to add GangZoneCreate during the loading of variables.
So in your code, under "ZoneInfo[idx][zTeam] = strval(arrCoords[5]);" you would place:
You might need to define the variable "zGangZone" or it might exist already in your array.
So in your code, under "ZoneInfo[idx][zTeam] = strval(arrCoords[5]);" you would place:
Код:
ZoneInfo[idx][zGangZone] = GangZoneCreate(ZoneInfo[idx][zMinX], ZoneInfo[idx][zMinY], ZoneInfo[idx][zMaxX], ZoneInfo[idx][zMaxY]);