SA-MP Forums Archive
Los Santos gangzones - 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)
+--- Thread: Los Santos gangzones (/showthread.php?tid=395956)



Los Santos gangzones - Camorra - 28.11.2012

Hi,

How can i create gang zones over Los Santos in fast way.
Or if there anywhere some already gangzonecreate with fully gangs on LS.

Thanks for reading and helping !


Re: Los Santos gangzones - goviscrap - 28.11.2012

Код:
new YourGangZone;
 
public OnGameModeInit()
{
    YourGangZone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
    return 1;
}
 
public OnPlayerSpawn(playerid)
{
    if(IsPlayerAdmin(playerid)) GangZoneShowForAll(YourGangZone,COLOR_RED);
    return 1;
And then the Pos where you want the gangzone!



How to use Pos:
Код:
minx	The X coordinate for the west side of the gangzone.
minY	The Y coordinate for the south side of the gangzone.
maxX	The X coordinate for the east side of the gangzone.
maxY	The Y coordinate for the north side of the gangzone.
and you can read more HERE


Re: Los Santos gangzones - Camorra - 28.11.2012

Quote:
Originally Posted by goviscrap
Посмотреть сообщение
Код:
new YourGangZone;
 
public OnGameModeInit()
{
    YourGangZone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
    return 1;
}
 
public OnPlayerSpawn(playerid)
{
    if(IsPlayerAdmin(playerid)) GangZoneShowForAll(YourGangZone,COLOR_RED);
    return 1;
And then the Pos where you want the gangzone!



How to use Pos:
Код:
minx	The X coordinate for the west side of the gangzone.
minY	The Y coordinate for the south side of the gangzone.
maxX	The X coordinate for the east side of the gangzone.
maxY	The Y coordinate for the north side of the gangzone.
and you can read more HERE
Please read again, I dont need any tut to create gang zone i can learn you and more 500 pepole like you how to do it.
I asked for esay and fast way to create full gang zones over all Los Santos i didnt asked for any other help.
So thanks for trying.