06.07.2010, 21:26
Hi there, i have made these mapicons:
But they both show a Green house (31) and if i buy a house (so its owned) they wont show a red house (32) what did i do wrong?
pawn Код:
if(HouseInfo[h][hOwned] == 0)
{
CreateMapIcon(31,0, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
}
else if(HouseInfo[h][hOwned] == 1)
{
CreateMapIcon(32,0, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
}//HIER