Results 1 to 6 of 6

Thread: Please Help Me I Need Help !!!!

  1. #1
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default Please Help Me I Need Help !!!!

    ok sorry but i don't understand this :
    SCAR Code:
    [Runtime Error] : Out Of Range in line 1229 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/AntiRandoms/AntiRandoms.scar

    I can't use AntiRandoms.scar bcus of that ZOMG !!!!! please can i get help ?!!

  2. #2
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    You can't run that seperate. You need a script which uses it.
    Hup Holland Hup!

  3. #3
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    You can't run that seperate. You need a script which uses it.
    I know i use it with my AutoPowerMiner :O

  4. #4
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Setup your players correctly then. There are some good tutorials on it, I suggest you search around.
    Hup Holland Hup!

  5. #5
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    SCAR Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := '*****';
      Players[0].Pass := '***********';
      Players[0].Nick := '***';
      Players[0].Active := True;
    end;

    Isn't that good declared ?

  6. #6
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Yes. Did you call it in your mainloop?
    Hup Holland Hup!

Thread Information

Users Browsing this Thread

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

Posting Permissions

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