Results 1 to 10 of 26

Thread: Standalone Airstrike CoD2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Quote Originally Posted by goddzila View Post
    No work Script eror u line 82: if(!level.airstrikeIgnoreCeils)
    Looks like a missing ; in the line before.

    PHP Code:
        tergetPos self.origin + (00, -400)
        if(!
    level.airstrikeIgnoreCeils
    To

    PHP Code:
        tergetPos self.origin + (00, -400);
        if(!
    level.airstrikeIgnoreCeils
    timescale 0.01

  2. The Following 3 Users Say Thank You to kung foo man For This Useful Post:

    BlancO (5th January 2014),goddzila (6th January 2014),YuriJurek (5th January 2014)

Posting Permissions

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