unused houses spawnning in blueberry
#2

Create a check to see if the coordinates are 0.00, 0.00, 0.00

In example:

pawn Код:
if(HouseInfo[houseid][ExteriorX] != 0 &&
HouseInfo[houseid][ExteriorY] != 0 &&
HouseInfo[houseid][ExteriorZ] != 0)
{
// create house
}
Obviously edit it to whatever variables you use for the houses.
Reply


Messages In This Thread
unused houses spawnning in blueberry - by matthew1211 - 30.05.2013, 18:54
Re: unused houses spawnning in blueberry - by Chriham3 - 30.05.2013, 18:57
Re: unused houses spawnning in blueberry - by V415 - 01.06.2013, 01:26
Re: unused houses spawnning in blueberry - by tboysamp - 01.06.2013, 05:30
Re: unused houses spawnning in blueberry - by GTAPoliceOfficer - 01.06.2013, 05:36

Forum Jump:


Users browsing this thread: 1 Guest(s)