[HELP] Mapicons
#1

Hi there, i have made these mapicons:
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
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?
Reply


Messages In This Thread
[HELP] Mapicons - by WThieves - 06.07.2010, 21:26
Re: [HELP] Mapicons - by TheKingOfSamp - 06.07.2010, 23:19
Re: [HELP] Mapicons - by ToPhrESH - 06.07.2010, 23:36
Re: [HELP] Mapicons - by FreshKilla - 06.07.2010, 23:44

Forum Jump:


Users browsing this thread: 1 Guest(s)