HOUSE ICON HELP
#1

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

Pickups...?

https://sampwiki.blast.hk/wiki/PickupGuide
Reply
#3

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

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?
Reply
#5

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

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!
Reply
#7

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.
Reply
#8

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

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;
}
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)