Zones

Questions and answers about the how and why of making maps.
Post Reply
User avatar
AnakinPiewalker
Private First Class
Private First Class
Posts: 30
Joined: Mon Jun 12, 2006 4:46 pm

Zones

Post by AnakinPiewalker »

i'm having a little trouble with zones
i specified 10 gm's at location: 0 0 20 and size: 1 1 1
and it didnt work, i then tried just "flag GM" and no more (after the other stff ei. location) and it worked but it wouldnt let me put it up in the air on a platform
help
or a copy past code would help
thanks
Thumper
Private First Class
Private First Class
Posts: 34
Joined: Tue Sep 28, 2004 9:22 pm
Location: Toronto, Ontario, Canada
Contact:

Flag zones

Post by Thumper »

Here's a code snippet for a flag zone

Code: Select all

zone
  size 10 10 10
  position 0 -100 25
  zoneflag GM 5
end
You need to add -fb to the server options to allow flags on buildings if you want flags off the floor.
User avatar
AnakinPiewalker
Private First Class
Private First Class
Posts: 30
Joined: Mon Jun 12, 2006 4:46 pm

Post by AnakinPiewalker »

OK
sweet thanks
Post Reply