Zone doesn't work properly.

Questions and answers about the how and why of making maps.
Post Reply
Yrogirg
Private First Class
Private First Class
Posts: 154
Joined: Sat Oct 27, 2007 7:24 pm

Zone doesn't work properly.

Post by Yrogirg »

I want five GM flags to be on a pad which is above the ground. So I do

Code: Select all

box
  position 42 -257 18.95
  size 110 5 1
end
zone
  position 42 -257 19.95
  size 110 5 20
  zoneflag GM 5
end
But GM is generated not on the pad, but under it on the ground.
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Re: Zone doesn't work properly.

Post by dango »

make sure you have -fb (flags spawn on buildings) enabled
Image
Yrogirg
Private First Class
Private First Class
Posts: 154
Joined: Sat Oct 27, 2007 7:24 pm

Re: Zone doesn't work properly.

Post by Yrogirg »

thank you.
Post Reply