Results 1 to 6 of 6

Thread: Could someone help me with error?

  1. #1
    Join Date
    Nov 2007
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Could someone help me with error?

    I get this error
    [Runtime Error] : Exception: in line 46 in script D:\Games\runescape\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    the 46 line is
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));

    from 41 line to 48 line is this

    Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
    var
    TempBMP : integer;
    begin;
    TempBMP := CreateBitmapMaskFromText(Txt,Chars);
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
    FreeBitmap(TempBMP);
    end;



    using srl 21 everything is updated, Declared players everything set. Im using VEM.

    PLZ HELP I Dont find anything that help with this error
    i saw about this error in page 6, but it didn`t help.

    If someone can help me PM me kk? Or post in this thread. Ty wm if you could help me

    OR Could someone add math.scar?? that you using, that could help me

    IM learning scripting

  2. #2
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    SRL is at rev. 24 now. Maybe this could be your problem? You said you were using rev 21.

    You might want to use [SCAR] tags next time.

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  3. #3
    Join Date
    Nov 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tniffoc, that isnt the problem. I have the same problem and I have tried to use head rev.

  4. #4
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gravedig?

  5. #5
    Join Date
    Nov 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by thechineseman View Post
    gravedig?
    Happening to as we speak so shut up k?

  6. #6
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I solved this in another script. I hadn't put my nickname in, therefore nothing was provided to the function as the first parameter! Tell me if this helps,
    Tniffoc

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Line 135: [Error] (14845:1): Syntax error in script
    By AbsTrACt'^.| in forum OSR Help
    Replies: 16
    Last Post: 05-23-2008, 01:14 PM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 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
  •