Results 1 to 7 of 7

Thread: sum annoying error plz help..

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default sum annoying error plz help..

    [Runtime Error] : Exception: Canvas does not allow drawing in line 547 in script C:\Documents and Settings\Owner\My Documents\Grade 7\SCAR 3.15\includes\SRL/SRL/Core/Text.scar

    this is the script that the error occurs for:
    SCAR Code:
    program Walktobank;
    {.include SRL/SRL/misc/SMART.scar}
    {.include SRL/SRL.scar}

    const
      SmartWorld      = 14;   //  what world smart uses
      Signed          = True;
      varok        = 7436154;
    procedure DeclarePlayers;
    begin
      HowManyPlayers :=1;  // how many players do you want
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer:=0
      Players[0].Name   := 'username'; //Character Name
      Players[0].Pass   := 'pasword'; //Character Pass
      Players[0].Nick   := 'nick'; //Nickname 3 - 4 Letter's of char name
      Players[0].Active := True; //true if you want this player to be ran in the script false if you dont want it to run
    end;

    procedure Signature;
    begin
     ClearDebug;
     writeln(' BOH presents mine picker:');
     wait(250);
     writeln(' __________   _________    ___     ___ ');
     wait(250);
     writeln('|   ____   | |         |  |   |   |   |');
     wait(250);
     writeln('|  |    |  | |  _____  |  |   |   |   |');
     wait(250);
     writeln('|  |____|  | | |     | |  |   |___|   |');
     wait(250);
     writeln('|   _______| | |     | |  |    ___    |');
     wait(250);
     writeln('|   ____   | | |_____| |  |   |   |   |');
     wait(250);
     writeln('|  |    |  | |         |  |   |   |   |');
     wait(250);
     writeln('|  |____|  | |_________|  |___|   |___|');
     wait(250);
     writeln('|__________| Made To Succeed!          ');
     wait(3000 + random(750));
    end;

    procedure SetupSmart;
    begin
      SmartSetupEx(SmartWorld, false, Signed);
      ClearDebug;
      WriteLn('Setting up Smart... Please Hold...');
      Wait(10000 + random(5000));
      SetTargetDC(SmartGetDC);
      While not(SmartReady) do Wait(100);
    end;

    begin
    SetupSmart;
    SetupSrl;
    DeclarePlayers;
    LoginPlayer;
    RadialRoadWalk(varok,0,90,72,-2,0);

    end.

  2. #2
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    bump! plz help?!!

  3. #3
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bumping isn't allowed, just so you know.
    as for the problem, try re-downloading srl rev.
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  4. #4
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by drizzt View Post
    Bumping isn't allowed, just so you know.
    as for the problem, try re-downloading srl rev.
    lol my bad...well like no1 said anything and it was like at the bottom...anywayz thanks and ill try that..

  5. #5
    Join Date
    Dec 2007
    Posts
    372
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try dragging the crosshair to the window when you start it.


    I used to accidently drag it somewhere random lol

  6. #6
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by putnam11 View Post
    try dragging the crosshair to the window when you start it.


    I used to accidently drag it somewhere random lol
    you spammer, hes using smart no crosshair then!

    it works fine for me, so redownload everything

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  7. #7
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Dumpin View Post
    you spammer, hes using smart no crosshair then!

    it works fine for me, so redownload everything
    thx i did..and now it works but like when i mean "it works" i mean all it does it set smart login..but it doesnt find the road color and go there...and i didnt use the findroadcolor function cuz i heard thers a bug in it..so i implemented my own road color but it doesnt find it ...sum1 help?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. annoying error..
    By faster789 in forum OSR Help
    Replies: 10
    Last Post: 04-01-2008, 04:18 AM
  2. Annoying error
    By Cazax in forum OSR Help
    Replies: 3
    Last Post: 03-21-2008, 09:11 PM
  3. Annoying error
    By Rora in forum OSR Help
    Replies: 1
    Last Post: 12-08-2007, 08:08 PM

Posting Permissions

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