02.08.2010, 16:28
Yo,I'm making a Gang Wars GM and i have a problem at the GangZones.At the map appear only 5 gang zones one for each Gang.What i did at the script is something like that
not copy-pasting the whole code of the gang zones cause it's too big but everything it's similar to this.So what do i have to do so every gang zone to appear?What i'm thing is that all the GangZoneCreate(...) have to enter to one Grove something like
But i don't know how?Can you help me?
(Sorry for my bad english).
Код:
Grove = GangZoneCreate(-2008.414,262.6848,-1235.877,964.8884); Grove = GangZoneCreate(-2662.556, 2195.441, -2499.065, 2487.387); Grove = GangZoneCreate(-2475.709, 2172.085, -2172.085, 2382.287); Grove = GangZoneCreate(-2487.387, 2358.931, -2066.984, 2522.421); Grove = GangZoneCreate(-1704.97, 2440.676, -1284.566, 2744.301); Grove = GangZoneCreate(-1704.97, 2440.676, -1284.566, 2744.301); Grove = GangZoneCreate(1388.585, 2711.035, 1517.445, 2885.098); Grove = GangZoneCreate(1099.627, 2703.299, 1396.395, 2850.286);
Код:
Grove=GangZoneCreate(...); GangZoneCreate(...); ................................................................
(Sorry for my bad english).