Results 1 to 6 of 6

Thread: Need Help With My Script

  1. #1
    Join Date
    Feb 2008
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need Help With My Script

    It's compiling but not doing anything.
    Can someone please get it working?
    "Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson

  2. #2
    Join Date
    Feb 2008
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone?
    "Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson

  3. #3
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude u might not want to put ur user and pass in there!!

  4. #4
    Join Date
    Feb 2008
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thankyou Haha!!
    "Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson

  5. #5
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol np

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Your MainLoop is wrong you need an activate Client In it :

    So instead of this :
    SCAR Code:
    begin
     SetupSRL;
     LoadDTMs;
     DeclarePlayers;
     LoginPlayer;
       repeat
         mineiron;
         drop;
       until(IsFKeyDown(3));
      FreeDTM(IronOre);
    End.

    It should be :

    SCAR Code:
    begin
     SetupSRL;
     LoadDTMs;
     ActivateClient;
      DeclarePlayers;
     LoginPlayer;
       repeat
         mineiron;
         drop;
       until(IsFKeyDown(3));
      FreeDTM(IronOre);
    End.

    Hope I Helped

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
  •