Results 1 to 9 of 9

Thread: Airplane cod2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    You need to set coordinates for all maps

  2. #2
    Private
    Join Date
    Jan 2014
    Posts
    26
    Thanks
    1
    Thanked 9 Times in 5 Posts
    How can you help me?

    ac130()
    {
    if(!isdefined(level.ac130))
    {
    map = getCvar("mapname");
    level.ac130 = spawn("script_model", (0.668446, 90.433, 925.095));

  3. #3
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by goddzila View Post
    How can you help me?

    ac130()
    {
    if(!isdefined(level.ac130))
    {
    map = getCvar("mapname");
    level.ac130 = spawn("script_model", (0.668446, 90.433, 925.095));
    You need to design a method where your AC130 script has a start point on all maps. At the moment, you have just 1 map setup for it - Toujane. Now, you need to go into each map, 1 at a time, and spawn a script model, at the site where you want your AC130 script to begin.

  4. #4
    Private
    Join Date
    Jan 2014
    Posts
    26
    Thanks
    1
    Thanked 9 Times in 5 Posts
    help to set coordinates for maps..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •