House Icon
#1

Код:
for(new i = 0; i < sizeof(HouseInfo); i++)
{
		if(HouseInfo[i][hOwned] == 0)
			{
			SetPlayerMapIcon(playerid,i + 60,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][Entrancez],31,0x00000000);
			}
		else if(HouseInfo[i][hOwned] == 1)
			{
			SetPlayerMapIcon(playerid,i + 60,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez],32,0x00000000);
			}
}
Why it doesn't show Icon :S ? who can help me?
Reply


Messages In This Thread
House Icon - by Mr_DeViL - 29.05.2010, 18:50
Re: House Icon - by (SF)Noobanatior - 29.05.2010, 19:39
Re: House Icon - by WackoX - 29.05.2010, 20:08
Re: House Icon - by Mr_DeViL - 29.05.2010, 20:17
Re: House Icon - by (SF)Noobanatior - 29.05.2010, 20:36

Forum Jump:


Users browsing this thread: 2 Guest(s)