Making the GTA SA Map, black
#1

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

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);
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)