22.05.2014, 14:59
Hey, I'm using this tutorial on how to make capture zones but I don't know how to add more zones. I tried like this public
I tried defining more CAPZONES like this
But with no luck. Can somebody explain me how to add more than 1 zone, please ?
Код:
OnGameModeInit() { tCP[CAPZONE] = TEAM_NONE; UnderAttack[CAPZONE] = 0; Zone[CAPZONE] = CreateDynamicZone(1675.78128, -2019.53125, 1812.5, -1867.1875, NEUTRAL_FLAG_COLOR); CP[CAPZONE] = CreateDynamicCP(1716.4755, -1880.6313, 14.5662, 3, -1, -1, -1, 100.0); tCP[CAPZONE] = TEAM_NONE; UnderAttack[CAPZONE] = 0; Zone[CAPZONE] = CreateDynamicZone(1226.5625, 242.1875, 1324.21875, 351.5625, NEUTRAL_FLAG_COLOR); CP[CAPZONE] = CreateDynamicCP(1271.6301, 295.0983, 20.6563, 3, -1, -1, -1, 100.0);
Код:
#define CAPZONE 0 #define CAPZONE 1