home *** CD-ROM | disk | FTP | other *** search
- #include "map2.v"
- #include "heli.def.v"
- #include "tank.def.v"
-
- vehicle tank {
- instance tank
- offset 1700 1700 0
- }
-
- vehicle helicopter1 {
- instance heli
- weapon tracer
- offset 200 200 500
- }
-
- vehicle helicopter2 {
- instance heli
- offset 2000 200 600
- }
-
-