[HELP]GangZoneCreate help! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]GangZoneCreate help! (
/showthread.php?tid=164916)
[HELP]GangZoneCreate help! -
HackingParadise - 02.08.2010
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).
Re: [HELP]GangZoneCreate help! -
Dudits - 02.08.2010
GangZoneShowForAll(zonename, color);
Also, I guess you should make a unique name for each gangzone, not all in 1.
Re: [HELP]GangZoneCreate help! -
HackingParadise - 03.08.2010
ill use ..ShowForALL.But if make a unique name for every zone,will the zone go for the Ganf that i want.
Re: [HELP]GangZoneCreate help! -
HackingParadise - 04.08.2010
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.