12.11.2011, 12:48
Quote:
I have a problem.
I used the first method. I followed all the steps. Everything is ok until you start by war, going on rival territory but nothing happens. Below is what I am introduced to GM for gang wars ... 6. Code:
enum eZone { Float:zMinX, Float:zMinY, Float:zMaxX, Float:zMaxY, zTeam } new ZoneInfo[][eZone] = { {-2263.0850,52.9664,-2355.4988,-178.6447,TEAM_LCN}, // Teritoriu factiunea 1 (LCN) {-2150.3877,313.4182,-2241.1433,102.3497,TEAM_YAKUZA} // Teritoriu factiunea 2 (Yakuza) }; new ZoneID[sizeof(ZoneInfo)]; |
Your zMinX is -2263.0850 but zMaxX is -2355.4988
-2263.0850 is not smaller than -2355.4988