home *** CD-ROM | disk | FTP | other *** search
- #include "map3.v"
- #include "heli.def.v"
- #include "gunship.def.v"
- #include "boat.def.v"
-
- vehicle helicopter1 {
- instance heli
- offset 1800 1150 5
- weapon tracer
- }
-
- vehicle helicopter2 {
- instance heli
- offset 2400 4950 5
- weapon chicken
- }
-
- vehicle speedboat {
- instance boat
- offset 200 1500 0
- }
-
- vehicle gunship {
- instance gunship
- offset 1200 1200 300
- }
-
-
-