SA-MP Forums Archive
HOUSE ICON HELP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HOUSE ICON HELP (/showthread.php?tid=257736)



HOUSE ICON HELP - [GM]GoGNi - 27.05.2011

help me please I cann't create house icons ... how to create tell me please :S


Re: HOUSE ICON HELP - Jay. - 27.05.2011

Pickups...?

https://sampwiki.blast.hk/wiki/PickupGuide


Re: HOUSE ICON HELP - [GM]GoGNi - 27.05.2011

there're 84 houses... must I create every pickup with myself?


Re: HOUSE ICON HELP - Jay. - 27.05.2011

Quote:
Originally Posted by [GM]GoGNi
Посмотреть сообщение
there're 84 houses... must I create every pickup with myself?
What? If you would explain more about what you have, or what you want, or what your problem is.... Then maybe we can help you more?


Re: HOUSE ICON HELP - [GM]GoGNi - 27.05.2011

I want house icons on map... and I cann't do it.. I don't have any codes...


Re: HOUSE ICON HELP - Jay. - 27.05.2011

Quote:
Originally Posted by [GM]GoGNi
Посмотреть сообщение
I want house icons on map... and I cann't do it.. I don't have any codes...
We don't make you codes really, especially even when we don't even know where you want them etc. like I said you can use pickups and use the house icon id.

EDIT: Oh, if you meant a house system, you can search the filterscripts section. there are tons!


Re: HOUSE ICON HELP - Mauzen - 27.05.2011

You can use this: https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
with the coordinates of every house, as they should be stored somewhere, if the houses already exist.


Re: HOUSE ICON HELP - [GM]GoGNi - 27.05.2011

thank's man I have no choise ... : ) da sheni dedac movtyan ! <3 thanks from Georgia


Re: HOUSE ICON HELP - rati555 - 27.05.2011

sg gogni magari xar
pawn Код:
for(new h = 0; h < sizeof(HouseInfo); h++)
    {
        if(HouseInfo[h][hOwned] == 0)
        {
            CreateDynamicMapIcon(HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],31,0);
        }
        else if(HouseInfo[h][hOwned] == 1)
        {
            CreateDynamicMapIcon(HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],32,0);
        }
    }
    return 1;
}



Re: HOUSE ICON HELP - park4bmx - 27.05.2011

if you want use my Server Control Panel and just saves the pickups In Game into a Text file