SA-MP Forums Archive
Gang zone - 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: Gang zone (/showthread.php?tid=144578)



Gang zone - ruckfules99 - 28.04.2010

Can someone please make me a gang zone for this area on the map like so:

I really suck at gang zones, and I'd appreciate if someone was able to make this for me. I'm willing to pay a doller for it lol.




Re: Gang zone - Ibanez - 28.04.2010

pawn Код:
// Top of script
new gzone;

// OnGameModeInit
gzone = GangZoneCreate(2638.322, -2617.477, 2824.661, -2333.239);

// PlayerSpawn
GangZoneShowForPlayer(playerid, gzone, 0xA600FF48); // Can change the pawn color to what you want, keep the alpha part the same though, its pretty much what you need.
That should be what you need


Re: Gang zone - RyDeR` - 28.04.2010

GangZone creator: >>
http://forum.sa-mp.com/index.php?topic=145781

Have fun


Re: Gang zone - ruckfules99 - 28.04.2010

Quote:
Originally Posted by Geo_
pawn Код:
// Top of script
new gzone;

// OnGameModeInit
gzone = GangZoneCreate(2638.322, -2617.477, 2824.661, -2333.239);

// PlayerSpawn
GangZoneShowForPlayer(playerid, gzone, 0xA600FF48); // Can change the pawn color to what you want, keep the alpha part the same though, its pretty much what you need.
That should be what you need
This is exactly what i wanted thank you very much