SA-MP Forums Archive
Making the GTA SA Map, black - 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: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Making the GTA SA Map, black (/showthread.php?tid=586729)



Making the GTA SA Map, black - BKarner - 24.08.2015

So.. I was playing on a server and one of the features was that the map was covered completely black from the HUD. I thought it was a text draw until I went into the GTA SA menu, selected map and found that the whole thing was completely black.

Does anyone have any idea how this was achieved? Through any plugin, or script?


Re: Making the GTA SA Map, black - kristo - 24.08.2015

With a black gang zone that covers the whole map.

pawn Code:
zone = GangZoneCreate(-3000.0, -3000.0, 3000.0, 3000.0);
GangZoneShowForPlayer(playerid, zone, 255);



Re: Making the GTA SA Map, black - BKarner - 25.08.2015

Quote:
Originally Posted by kvann
View Post
With a black gang zone that covers the whole map.

pawn Code:
zone = GangZoneCreate(-3000.0, -3000.0, 3000.0, 3000.0);
GangZoneShowForPlayer(playerid, zone, 255);
Genius. Thank you