Results 1 to 4 of 4

Thread: Ugh I need SCAR help! I don't get this!!!

  1. #1
    Join Date
    May 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Ugh I need SCAR help! I don't get this!!!

    I'm very new at SCAR, but I don't understand this stuff:

    Successfully compiled
    Line 175: [Hint] (207:43): Variable 'NEWLINE' never used in script C:\Documents and Settings\Owner\My Documents\Repentless Cheat Pack\Scriptable Programs\SCAR 2.03\SCAR 2.03\includes\srl\srl\core\Globals.scar
    SRL Compiled in 359msec.
    [Runtime Error] : Out Of Range in line 42 in script C:\Documents and Settings\Owner\My Documents\Repentless Cheat Pack\Scar Scripts\Mining\Ashur2good's PowerMiner Versoin 1.5 BETA.scar

    [Runtime Error] : Out Of Range in line 49 in script C:\Documents and Settings\Owner\My Documents\Repentless Cheat Pack\Scar Scripts\Mining\SRL Powerminer 3.09.scar

    Failed when compiling
    Line 243: [Error] (15924:5): Unknown identifier 'RandomRClickEvery' in script C:\Documents and Settings\Owner\My Documents\Repentless Cheat Pack\Scar Scripts\Mixed\SPM v0.62.scar

    I basically want to use powerminers and stuff, but this crap usually stops me on every good script. And if it doesn't, it gets me as far as finding the paxe color and then does nothing at all. WHY!?

    BTW, I've upgraded SCAR 2.03 and 3.06 with the latest w.e. like SRL 3.7.

    PLEASE HELP ME?

  2. #2
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The first runtime error is a script problem, probably no setupSRL in the mainloop. The second error is because most of the antiban stuff got taken out of SRL 3.7 so just comment out the line by using "//".

    SCAR Code:
    //RandomRClickEvery;   (Example)

  3. #3
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well your runtime errors are from TheDeclarePlayers Procedure,


    SCAR Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; //  <-- Change this to how many players, ACTIVE OR NOT!
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

    change the HowManyPlayers to the amount of

    SCAR Code:
    Players[0].Name :='';
        Players[0].Pass :='';
        Players[0].Nick :='lle';
        Players[0].Active :=True;
    If there are 10 of those but ur only using 5 of them, Still put 10 as HowManyPlayers!

    If u need more help Pm me

    -kooldude


    Someone: 'Who the hell is TooManySitUps?'

    Boreas: 'Switch the first and last letter of my name, what do you get?'

    Someone: 'Um, SoreAb?'

    Boreas: 'And how do you get that?'

    Someone: 'From Too Many Sit Ups!! Haha, Boreas you are so clever!'

    Boreas: 'Ya he's like my evil twin that takes over when I'm being really sarcastic, or playing devil's advocate.'

  4. #4
    Join Date
    May 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    KK thank you both! I think that pretty much solves my problem atm...


    BTW NinjaTerrorist, why did they get rid of the antirandoms in 3.7?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 15
    Last Post: 09-22-2008, 12:32 PM
  2. SCAR Divi 3.01 DONT associate .scar files!!!
    By chimpy in forum News and General
    Replies: 1
    Last Post: 04-21-2007, 08:49 PM
  3. Replies: 28
    Last Post: 06-22-2006, 04:27 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
  •