[HELP]Mapmarkers unpossible to find in Script
#1

So we bought a new Serverscript.
But now everyone can see each other marked on the Map.....
I searched for "marker" in the Script and found following condition in the "OnPlayerSpawn" Function:
Код:
//	if(MapIconsShown[playerid] != 1)
	{
//	  MapIconsShown[playerid] = 1;
	  for(new i = 0; i < sizeof(BizzInfo); i++)
		{
			//SetPlayerMapIcon(playerid,i + 1,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ],36,COLOR_LIGHTRED);
		}
		for(new i = 0; i < sizeof(SBizzInfo); i++)
		{
		  //SetPlayerMapIcon(playerid,i + 20,SBizzInfo[i][sbEntranceX],SBizzInfo[i][sbEntranceY],SBizzInfo[i][sbEntranceZ],36,COLOR_LIGHTRED);
		}
	}
It looks like this solves our problem,but it doesn`t.
As you can see, i commented out the Markers, but it still doesn`t work

Can you tell me ANY command which can be (mis)used to detect players on the minimap/map/radar ?
Like SetPlayerMapIcon, so that i can search for it....
Reply
#2

you can't remove existing icons..
Reply
#3

So how define MapIcons ?
And what do i have to comment to turn it out ?
Reply
#4

AllowPlayerMarkers(1)?
Reply
#5

Can`t find it in the Script...
Reply
#6

Search PlayerMarkers in your script and see what you can find, Post what you find here
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)