Disable map/hide players position on map
#1

Hey guys,

I was wondering if it is possible to hide the players position (the arrow icon) on the big map. If that isn't an option is it possible to deny the player access to the map entirely?

I would like to design my own navigation system for fishermen that are out in the ocean. But the way it is now, looking at the map even so they are out of map boundaries they are still able to tell their x (exclusive-)or y coordinates.

Thanks in advance for any help!
Reply
#2

Put this in OnPlayerSpawn:

Код:
public OnPlayerSpawn(playerid)
{
	ShowPlayerMarkers(0);

	return 1;
}
So with this code, the player marker on the radar won't be visible anymore.

Elietje28
Reply
#3

You are not able to disable the mini map, Its there for good. Its not a SA-MP feature its GTA SA.

Only way for this to work, is by Setting a Black Gang Zone color over the whole area. Meaning it hides the maps inside viewing.

Also for please colors, you can just do a simple SetPlayerColor(playerid, -1);

Does the same thing as the guy above
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)