01.01.2009, 20:02
I have a problem with the icon streamer of my GM.
this is the part:
the mapicons are visible only for id 0... where is the mistake?
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 ++; }