Los Santos gangzones
#1

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 !
Reply
#2

Код:
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
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)