How is this possible?
#1

Hey, I wonder how this person got the minimap blacked out like this, how would he have done that?

Reply
#2

I guess it's a gang zone in the whole SA word and it uses black color (alpha to 00 as well).
Reply
#3

Gangzone that covers the whole of San Andreas.
Reply
#4

Oh wow, never thought of that, thanks I'll try if it's possible.
Reply
#5

Код:
GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000);
GangZoneShowForAll(GZ_ZONE1, 0x00000096);

new GZ_ZONE1;

public OnGameModeInit()
{
       GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000);
       return 1;
}

public OnPlayerConnect(playerid)
{
       GangZoneShowForAll(GZ_ZONE1, 0x000000FF);
       return 1;
}
This Works for me.
Reply
#6

Quote:
Originally Posted by TonyII
Посмотреть сообщение
Oh wow, never thought of that, thanks I'll try if it's possible.
Anything is possible if you work for it, or at lest try.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)