Need Help!
#1

I have a problem with the icon streamer of my GM.

this is the part:

Code:
for(new h = 0; h < sizeof(HouseInfo); h++)
  if(HouseInfo[h][hOwned] == 0)
  {
  SetPlayerMapIcon(playerid, iconemappa, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 31, 0);
  iconemappa ++;
  }
  else if(HouseInfo[h][hOwned] == 1)
  {
  SetPlayerMapIcon(playerid, iconemappa, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 32, 0);
  iconemappa ++;
  }
the mapicons are visible only for id 0... where is the mistake?
Reply


Messages In This Thread
Need Help! - by .Bino. - 01.01.2009, 20:02
Re: Need Help! - by Pixels^ - 01.01.2009, 20:53
Re: Need Help! - by Grove - 02.01.2009, 00:17
Re: Need Help! - by Danut - 02.01.2009, 04:42
Re: Need Help! - by .Bino. - 02.01.2009, 08:59
Re: Need Help! - by .Bino. - 03.01.2009, 08:53
Re: Need Help! - by .Bino. - 04.01.2009, 19:08
Re: Need Help! - by .Bino. - 09.01.2009, 14:46
Re: Need Help! - by ғαιιοцт - 09.01.2009, 14:47
Re: Need Help! - by Kriztian - 09.01.2009, 14:59

Forum Jump:


Users browsing this thread: 2 Guest(s)