30.05.2013, 18:57
Create a check to see if the coordinates are 0.00, 0.00, 0.00
In example:
Obviously edit it to whatever variables you use for the houses.
In example:
pawn Код:
if(HouseInfo[houseid][ExteriorX] != 0 &&
HouseInfo[houseid][ExteriorY] != 0 &&
HouseInfo[houseid][ExteriorZ] != 0)
{
// create house
}