Results 1 to 3 of 3

Thread: hmmm

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default hmmm

    SCAR Code:
    if (FindDtmRotated(bankers,x,y, MMX1, MMY1, MMX2, MMY2, rs_GetCompassAngleRadians-pi/4, rs_GetCompassAngleRadians+pi/4, 0.05, N) then

    Line 199: [Error] (12826:130): Type mismatch in script

    ^^ thats line 199, what do i do =S xD

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Is 'n' declared as an extended?
    SCAR Code:
    var
      n : extended;

  3. #3
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    if (FindDtmRotated(bankers,x,y, MMX1, MMY1, MMX2, MMY2, rs_GetCompassAngleRadians-pi/4, rs_GetCompassAngleRadians+pi/4, 0.05, N)) then
    You were missing a closing parentheses, but I'm not sure if that's where the error came from.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. hmmm
    By Awkwardsaw in forum OSR Help
    Replies: 35
    Last Post: 05-16-2008, 01:24 PM
  2. Hmmm help on continues.
    By yamaha317 in forum OSR Help
    Replies: 7
    Last Post: 02-26-2008, 08:58 AM
  3. hmmm problem..
    By yamaha317 in forum OSR Help
    Replies: 2
    Last Post: 07-12-2007, 06:56 AM

Posting Permissions

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