Results 1 to 2 of 2

Thread: Problem.

  1. #1
    Join Date
    Jun 2007
    Posts
    112
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Problem.

    [Runtime Error] : Exception: Access violation at address 006D5360 in module 'scar.exe'. Read of address 00000034 in line 24 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/AntiRandoms/Box.scar

    What can I do to fix this?"

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You need a DeclarePlayers procedure;

    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;

    make sure to call it as well
    Project: Welcome To Rainbow

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem...
    By Blumblebee in forum OSR Help
    Replies: 4
    Last Post: 12-28-2008, 07:22 AM
  2. help big problem
    By goblanca in forum OSR Help
    Replies: 3
    Last Post: 05-19-2007, 10:41 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
  •