Posts: 325
Threads: 5
Joined: Jun 2017
Maybe by using a textdraw over the minimap with a text like: "You need a GPS to view the map".
PS: I have seen this somewhere in a server, don't remember it's name.
PS2: If they have a cleo mod with minimap (like me

) this is useless.
Posts: 1,208
Threads: 36
Joined: Apr 2015
Use:
TextDraw for hide GPS in HUD
or
GangZone for hide MAP + GPS
Posts: 90
Threads: 38
Joined: Sep 2016
Reputation:
0
I was see one server in the map ( not hud, i don't know that is what, but in ESC => Map, it black all map
LOL
Posts: 1,208
Threads: 36
Joined: Apr 2015
PHP код:
HideMap = GangZoneCreate(-3000.0,-3000.0,3000.0,3000.0);
GangZoneShowForPlayer(playerid,HideMap,0x000000FF); //hide map
Posts: 8
Threads: 0
Joined: Nov 2012
Reputation:
0
HideMap in OnGamemodeInit and GangZoneShowForPlayer in OnPlayerConnect, I suppose.
Not so sure.