Results 1 to 2 of 2

Thread: Everytime i run a script with multiple users...

  1. #1
    Join Date
    Sep 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Everytime i run a script with multiple users...

    It will always give me an error.. If i example use a script with these settings:

    SCAR Code:
    Players[0].Name        :='sdfsdfdsf';
      Players[0].Pass        :='rfsdfdsf';
      Players[0].Nick        :='sdfsdf';
      Players[0].Integers[0] := 9 //Total Loads before player switch?
      Players[0].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[0].Loc         := 'Bank'; //Bank
      Players[0].Rand        := 'None'; //Leave at None ;D
      Players[0].Active      := True;

      Players[1].Name        :='';
      Players[1].Pass        :='';
      Players[1].Nick        :='';
      Players[1].Integers[0] := 9 //Total Loads
      Players[1].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[1].Loc         := 'Bank'; //Bank
      Players[1].Rand        := 'None'; //Leave at None ;D
      Players[1].Active      := True;

      Players[2].Name        :='';
      Players[2].Pass        :='';
      Players[2].Nick        :='';
      Players[2].Integers[0] := 9 //Total Loads
      Players[2].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[2].Loc         := 'Bank'; //Bank
      Players[2].Rand        := 'None'; //Leave at None ;D
      Players[2].Active      := True;

      Players[3].Name        :='';
      Players[3].Pass        :='';
      Players[3].Nick        :='';
      Players[3].Integers[0] := 9 //Total Loads
      Players[3].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[3].Loc         := 'Bank'; //Bank
      Players[3].Rand        := 'None'; //Leave at None ;D
      Players[3].Active      := True;

      Players[4].Name        :='';
      Players[4].Pass        :='';
      Players[4].Nick        :='';
      Players[4].Integers[0] := 9 //Total Loads
      Players[4].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[4].Loc         := 'Bank'; //Bank
      Players[4].Rand        := 'None'; //Leave at None ;D
      Players[4].Active      := True;

      Players[5].Name        :='';
      Players[5].Pass        :='';
      Players[5].Nick        :='';
      Players[5].Integers[0] := 9 //Total Loads
      Players[5].Strings[0]  :='No Tree'; //Type of tree Don't Change, it will automatically
      Players[5].Loc         := 'Bank'; //Bank
      Players[5].Rand        := 'None'; //Leave at None ;D
      Players[5].Active      := True;

    Code:
    [Runtime Error] : Out Of Range in line 88 in script

  2. #2
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Set the HowManyPlayers constant to 6...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bux.to multiple users?
    By Rs-Gp-4U in forum Discussions & Debates
    Replies: 10
    Last Post: 04-10-2008, 02:59 PM
  2. this happens everytime i try to run a script
    By boots9491 in forum OSR Help
    Replies: 2
    Last Post: 01-07-2008, 12:27 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
  •