[HELP]GangZoneCreate help!
#1

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
Код:
 	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);
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
Код:
 
Grove=GangZoneCreate(...);
         GangZoneCreate(...);
................................................................
But i don't know how?Can you help me?
(Sorry for my bad english).
Reply
#2

GangZoneShowForAll(zonename, color);

Also, I guess you should make a unique name for each gangzone, not all in 1.
Reply
#3

ill use ..ShowForALL.But if make a unique name for every zone,will the zone go for the Ganf that i want.
Reply
#4

Lol i wrote GangZoneShowForAll instead GangZoneShowForPlayer and now it doesn't even show the 5 gang zones that they used to be on the map.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)