#1

Код:
	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);
		}
    for(new h = 0; h < sizeof(HouseInfo); h++)
    {
     if(HouseInfo[h][hOwned] == 0)
     {
       SetPlayerMapIcon(playerid,h + 1,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],31,COLOR_LIGHTRED);
     }
     if(HouseInfo[h][hOwned] == 1)
     {
      SetPlayerMapIcon(playerid,h + 1,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],32,COLOR_LIGHTRED);
     }
    }
	}
	return 1;
}
Why it doesn't work? :S
Reply
#2

What Error Or Warning Are You Getting

Please Post A Picture Of The Error Or Warnings
Reply
#3

no I haven't get warnings or errors only there aren''t icons on the map :S and why?
Reply
#4

hmmm try reinstalling sa-mp or pawno
Reply
#5

no, I think there is a other problem :S
Reply
#6

nobody can help me?
Reply
#7

Quote:
Originally Posted by Azzerking
What Error Or Warning Are You Getting

Please Post A Picture Of The Error Or Warnings
Picture? Are you crazy?

Just copy&past your errors at pastebin.com
Reply
#8

But If Your Good U can Edit It Out So i only see errors
Reply
#9

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)