10.04.2014, 19:41
Hey, I wonder how this person got the minimap blacked out like this, how would he have done that?
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;
}