Textdraw for Minimap
#2

You can use GangZoneCreate and cover the whole map with a black gang zone. That will hide perfectly the map :3

Here is a small code:

On top under #include<a_samp>

Код:
new map;
#define COLOR_BLACK 0x000000FF
At OnGameModeInit

Код:
map = GangZoneCreate(-3000.0, -3000.0,3000.0,3000.0);
Then you go where new players connect or where players don't have a GPS and do this:

Код:
GangZoneShowForPlayer(playerid,map, COLOR_BLACK);
Then you go where he uses the GPS and add this:

Код:
GangZoneHideForPlayer(playerid,map);
Hope it helped :3 Feel free to +rep.
Reply


Messages In This Thread
Textdraw for Minimap - by Kinsley - 26.12.2015, 13:32
Re: Textdraw for Minimap - by SmoW - 26.12.2015, 13:38
Re: Textdraw for Minimap - by GoDz3rK - 26.12.2015, 14:03
Re: Textdraw for Minimap - by Kinsley - 26.12.2015, 14:03
Re: Textdraw for Minimap - by SmoW - 26.12.2015, 14:08
Re: Textdraw for Minimap - by Kinsley - 26.12.2015, 14:14
Re: Textdraw for Minimap - by SmoW - 26.12.2015, 14:15
Re: Textdraw for Minimap - by Kinsley - 26.12.2015, 14:33
Re: Textdraw for Minimap - by PrO.GameR - 26.12.2015, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)