13.02.2014, 22:28
I am figuring out how to use this FS and it uses this code bit to create houses:
I'm not sure how to find interior ids, I've tried using ****** and searching the forums, but nothing I find gives me the right info. When I use ID 9, I get this interior (you also have to have the coords for the interior, so I just used the example for testing):
Код:
AddHouse(houseid, Float:iconX, Float:iconY, Float:iconZ, Float:interiorX, Float:interiorY, Float:interiorZ, Cost, Sell, Interior, Virtualworld) houseid: This starts always at 0! icon- X/Y/Z: The housepickup infront of the door.(outside). interior - X/Y/Z: The spawn place where you spawn as you enter the house. Cost - The cost of the house. Sell - If you sell the house, you get this value back. Interior - The interior of your house. Virtualworld - To make more rooms.