unused houses spawnning in blueberry
#1

all the unsued houses in my server are spawning in blueberry
Reply
#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
#3

And dont use the PLA script.
Reply
#4

I'm assuming you're using NGG script, just set the maximum amount of houses, pickups, mapicons, etc. to a lower limit which would cause FPS lag but not crash.

A better thing is to prevent them from being created if they're not being used in the first place, if you don't know how to then don't bother asking because you should move on to a simple script and learn from it.
Reply
#5

Make Sure they are mapped and scripted in correctly!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)